-
Notifications
You must be signed in to change notification settings - Fork 461
model: Add OpenSearch inf-free sparse encoding models #2903
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
model: Add OpenSearch inf-free sparse encoding models #2903
Conversation
To load the sparse models, we need to use latest SentenceTransformers (>v5.0) Should I update the requirements.txt? Or I should just keep the version unchanged ? Could you please provide some guide here @Samoed |
I think there is still an open issue on handling STv5 prompts: #2896. So we should not alter |
Got it. So should we merge the PR first? If we can't merge this PR, will it block we merging results to https://github.com/embeddings-benchmark/results ? |
Thanks for your work but we will not merge either PR until the linked issue is resolved. Every merged PR should be reproducible.
Based on what you just said, this PR will not be reproducible at the moment with the repo. |
Don't worry, @zhichao-aws , we should be able to carry this to the finish when the issue is resolved. Let's keep in touch here for updates. |
We specify |
@isaac-chung FYI |
Oh? So this seems to contradict your comment here, or what am I missing? |
Line 46 in 5a868e3
==4.0.2 . In tests we're using only dev and image dependencies and don't install pylate and we're using latest sentence-transformers
|
Add model meta data and custom wrapper for OpenSearch sparse encoding models https://huggingface.co/opensearch-project.
mteb.get_model(model_name, revision)
andmteb.get_model_meta(model_name, revision)