-
Notifications
You must be signed in to change notification settings - Fork 276
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
Add new models nvidia, gte, linq #1436
base: main
Are you sure you want to change the base?
Conversation
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.
Great changes! Can you submit results?
What do you mean, results on one arbitrary task from English MTEB? |
85b0838
to
f994db6
Compare
On some tasks from leaderboard to make sure that implementation matching |
f994db6
to
0cbe9b6
Compare
@Samoed, I computed scores on tasks as in your previous pull request with the addition of models (#1319) Classification
Clustering
PairClassification
Reranking
Retrieval
STS
Summarization
I see a big difference in the results for the gte-Qwen models. Perhaps this is related to the prompts, gte uses prompt only for query, but in MTEB prompt is used for both query and document. Of the models I'm adding, the Linq-Embed-Mistral model has the least difference in scores. I think it can be merged without any changes. For other models, I think it is worth checking what the results are when you use the prompt only for query. @Samoed, what do you think? |
Great! The results on classification for NV-Embed show a significant gap as well. I think a wrapper can be created for |
Added two gte, nvidia and linq models to model registry
Checklist
make test
.make lint
.Adding a model checklist
mteb.get_model(model_name, revision)
andmteb.get_model_meta(model_name, revision)
For testing I took the examples from the huggingface model card and compared the results with the results from the mteb model registry. In all new models, the text distance scores matches in at least 3 figures