-
Notifications
You must be signed in to change notification settings - Fork 430
model: add Hakim and TookaSBERTV2 models #2826
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: main
Are you sure you want to change the base?
model: add Hakim and TookaSBERTV2 models #2826
Conversation
"SIDClustring": ("دسته بندی , دسته بندی موضوعی متن", 1), | ||
"MIRACLReranking": ("تشخیص ارتباط , آیا متن دوم پاسخ متن اول است ؟", 3), | ||
"WikipediaRerankingMultilingual": ( | ||
"تشخیص ارتباط , آیا متن دوم پاسخ متن اول است ؟", | ||
3, | ||
), |
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.
I think this is still a bit strange that order of id and instruction is changing
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.
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.
Interesting bug
In this PR, we add five models: three from the Hakim family (hakim, hakim-small, and hakim-unsup), and two from the TookaSBERTV2 family (TookaSBERT-V2-Small and TookaSBERT-V2-Large).
mteb.get_model(model_name, revision)
andmteb.get_model_meta(model_name, revision)