Skip to content
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

Negative STS22 scores #24

Closed
Muennighoff opened this issue Jul 10, 2022 · 2 comments
Closed

Negative STS22 scores #24

Muennighoff opened this issue Jul 10, 2022 · 2 comments
Assignees

Comments

@Muennighoff
Copy link
Contributor

STS22 scores should not be negative https://competitions.codalab.org/competitions/33835#results

@NouamaneTazi
Copy link
Member

Can you provide a sample where the score is negative please?

@Muennighoff
Copy link
Contributor Author

!pip install -q mteb
from mteb import MTEB
from sentence_transformers import SentenceTransformer
# Define the sentence-transformers model name
model_name = "average_word_embeddings_komninos"
model = SentenceTransformer(model_name)
evaluation = MTEB(tasks=["STS22"])
evaluation.run(model, output_folder=f"results/{model_name}")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants