-
Notifications
You must be signed in to change notification settings - Fork 460
model: add kalm_models (kalm-emb-v2) ModelMeta (new PR) #2889
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
Conversation
mteb/models/kalm_models.py
Outdated
def kalmv2_instruct_loader(model_name_or_path, **kwargs): | ||
model = InstructSentenceTransformerWrapper( | ||
model_name_or_path, | ||
**kwargs, | ||
) | ||
return model |
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.
Can you use InstructSentenceTransformerWrapper
direcly in ModelMeta
?
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.
@ItsukiFujii Can you remove this function?
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.
Hi @Samoed
Function kalmv2_instruct_loader
has been removed
Hi @Samoed
|
Yes, this is problem with datasets. I've fixed it. Can you update your branch with latest main? |
Okay, thank you very much |
Hi @Samoed |
If you add a model or a dataset, please add the corresponding checklist:
mteb.get_model(model_name, revision)
andmteb.get_model_meta(model_name, revision)