-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update figures - THIS WILL BE CLOSED DO NOT USE #123
base: main
Are you sure you want to change the base?
Conversation
MODELS_TO_IGNORE = ['voyage-01', 'voyage-02', 'voyage-lite-01'] | ||
MODELS_TO_IGNORE = ['voyage-01', 'voyage-02', 'voyage-lite-01', 'Geotrend/distilbert-base-en-fr-es-pt-it-cased', | ||
'Geotrend/bert-base-10lang-cased', 'Geotrend/bert-base-15lang-cased', 'Geotrend/bert-base-25lang-cased', | ||
'dangvantuan/sentence-camembert-large', 'distilbert-base-uncased'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why ignoring sentence-camembert-large? It was one of the best models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because there is a newer version: Lajavaness/sentence-camembert-large
, see description in this link. They say it's better than the other one.
I see that Lajavaness proposes a sentence-flaubert, maybe we should add it instead of flaubert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just saw that! Nice
Related to #117