-
Notifications
You must be signed in to change notification settings - Fork 298
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] Remove deprecated parameters from MTEB
and cli
#1773
Conversation
# Conflicts: # mteb/evaluation/MTEB.py
FYI: The fix for broken test has been merged into main. |
# Conflicts: # tests/test_tasks/test_all_abstasks.py
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.
Nice! Added a few suggestions.
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.
Looks good! With one bonus suggestion (non-blocking).
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.
Nice clean-up not a lot to add. Will cause a merge conflict with #1771, but I think it is minor
Now
MTEB
only gets the list of tasks (AbsTask) orBenchmark
and it won't be possible to runmteb -m model_name ...
.Checklist
make test
.make lint
.