-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
StaticEmbedding.from_distillation("BAAI/bge-base-en-v1.5", device="cuda")
not producing similarity results from docstring
#3175
Comments
Hello! Hmm, I'm able to reproduce the 0.5375, and I'm unable to get the 0.9177 now, even with older versions of ST and M2V. I have no clue how I once managed to get that value. cc @Pringled @stephantul do either of you have any idea how I might have gotten 0.9177?
|
Hey! Strange, I also get |
I see. Thanks for quick response. |
Here are the currently interesting Static Embedding models:
See the new Static Embeddings blogpost for more details on the latter two: https://huggingface.co/blog/static-embeddings
|
Issue
From https://www.sbert.net/docs/package_reference/sentence_transformer/models.html#sentence_transformers.models.StaticEmbedding
(Commented out so that the distilled bge-base is the one that is run)
For me, this produces
Environment
Colab to reproduce:
The text was updated successfully, but these errors were encountered: