-
Notifications
You must be signed in to change notification settings - Fork 461
[v2] Update v2 again #1864
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
[v2] Update v2 again #1864
Conversation
* fix: Add additional dataset annotations * fix: readded public training data * update voyage annotations
* Added better descriptions to benchmarks and removed beta tags * Fixed zero-shot filtering on app loading * Added zero-shot definition in an accordion * NaN values are now filled with blank * Added type hints to filter_models
Fixed leaderboard search bar
Fixed public_training_data flag type to include boolean, as this is how all models are annotated
* fix zeta alpha mistral * update use_instructions * update training datasets * Update mteb/models/e5_instruct.py Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com> * update float * Update mteb/models/e5_instruct.py --------- Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com>
* apply additions from #1794 * add annotations for rumodels * add nomic training data * fix metadata * update rest of model meta * fix bge reranker
* Added CDE models * Added bge-en-icl * Updated CDE to bge_full_data * Fixed public_training_data flag type to include boolean, as this is how all models are annotated * Added public training data link instead of bool to CDE and BGE * Added GME models * Changed Torch to PyTorch * Added metadata on LENS models * Added ember_v1 * Added metadata for amazon titan * Removed GME implementation
Added correct training data annotation to LENS
# Conflicts: # mteb/models/e5_models.py # mteb/models/gritlm_models.py # mteb/models/jina_models.py # mteb/models/llm2vec_models.py # mteb/models/salesforce_models.py # mteb/models/sentence_transformers_models.py
@isaac-chung You can try changing to |
Tried and was able to see the same message. I'm reading this page: https://stackoverflow.com/questions/2427238/what-is-the-difference-between-merge-squash-and-rebase. I think we can stick with squash and merge. |
FYI, the branch will still have merge conflicts, and conflict resolution will need to be reapplied. |
Checklist
make test
.make lint
.