-
Notifications
You must be signed in to change notification settings - Fork 34
Attention pooling #445
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
base: master
Are you sure you want to change the base?
Attention pooling #445
Conversation
Docs preview URL |
8ce64c7
to
dd31f51
Compare
Coverage Report
Files without new missing coverage
278 files skipped due to complete coverage. Coverage success: total of 97.98% is above 97.98% 🎉 |
df38613
to
a426e9c
Compare
a426e9c
to
3bebda6
Compare
|
Description
attention
pooling mode ineds.span_pooler
word_pooling_mode=False
ineds.transformer
to allow returning the worpiece embeddings directly, instead of the mean-pooled word embeddings. At the moment, this only works witheds.span_pooler
which can pool over wordpieces or words seamlessly.Checklist