-
Notifications
You must be signed in to change notification settings - Fork 459
model: Add granite-vision-embedding model #3029
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
reference="https://huggingface.co/ibm-granite/granite-vision-3.3-2b-embedding", | ||
similarity_fn_name="max_sim", | ||
use_instructions=True, | ||
training_datasets={}, |
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 add training datasets from their paper https://arxiv.org/abs/2502.09927?
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.
For now, our training data is proprietary and not publicly accessible
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, only a comment to add (added it myself) - I have enabled auto-merge and will take a look at the results
Head branch was pushed to by a user without write access
37d115a
into
embeddings-benchmark:main
mteb.get_model(model_name, revision)
andmteb.get_model_meta(model_name, revision)