Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How many embeds are connected? #50

Closed
AliHaiderAhmad001 opened this issue Nov 10, 2022 · 4 comments
Closed

How many embeds are connected? #50

AliHaiderAhmad001 opened this issue Nov 10, 2022 · 4 comments

Comments

@AliHaiderAhmad001
Copy link

My greetings,
Thank you for these ideas and this work.
I would like to know how many embeds are connected (two, three or four?), is it constant during training, and is there an optimal number according to your experience?

@wangxinyu0922
Copy link
Member

Hi, the number of embeddings depends on the language and the task. It usually use more than 10 embedding in ACE training. During training, the embeddings are selected by the controller. You may read the appendix of the paper for more details about the embedding selections.

@AliHaiderAhmad001
Copy link
Author

thank you for replying,
I know that, but the question is how many embeddings the controller will choose, is it fixed or task dependent? And if task-dependent, how many embeddings will there be on average (approximately)?

@wangxinyu0922
Copy link
Member

It is task dependent. About half of the candidate embeddings are selected.

@AliHaiderAhmad001
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants