Adding results italian datasets PR#234
Conversation
…-transformers__paraphrase-multilingual-MiniLM-L12-v2 on DadoEvalCoarseClassification, DisCoTexPairClassification, EmitClassification, SardiStanceClassification and XGlueWPRReranking
…-transformers__paraphrase-multilingual-MiniLM-L12-v2 on MKQARetrieval task
isaac-chung
left a comment
There was a problem hiding this comment.
Thanks!
@Samoed any idea if this error already has a fix planned/in place?
|
The error occurs because I'm using MTEB from the main branch, but this PR was created before the tasks were merged. I don't have any ideas on how to fix it (without manually triggering the CI with a different branch), except to rerun it manually after the tasks are merged. |
Model Results ComparisonReference models: Results for
|
| task_name | intfloat/multilingual-e5-small | Max result |
|---|---|---|
| DadoEvalCoarseClassification | 0.51 | 0.51 |
| DisCoTexPairClassification | 0.69 | 0.69 |
| EmitClassification | 0.04 | 0.04 |
| MKQARetrieval | 0.06 | 0.06 |
| SardiStanceClassification | 0.42 | 0.42 |
| XGlueWPRReranking | 0.70 | 0.7 |
| Average | 0.40 | 0.4 |
Results for sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
| task_name | sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 | Max result |
|---|---|---|
| DadoEvalCoarseClassification | 0.38 | 0.51 |
| DisCoTexPairClassification | 0.67 | 0.69 |
| EmitClassification | 0.03 | 0.04 |
| MKQARetrieval | 0.05 | 0.06 |
| SardiStanceClassification | 0.4 | 0.42 |
| XGlueWPRReranking | 0.68 | 0.70 |
| Average | 0.37 | 0.40 |
I see, thanks. We might want to look into that separately. Let's create an issue for that. |
Here I included the results coming from the mteb PR 2859. added results for models intfloat__multilingual-e5-small and sentence-transformers__paraphrase-multilingual-MiniLM-L12-v2 on DadoEvalCoarseClassification, DisCoTexPairClassification, EmitClassification, SardiStanceClassification and XGlueWPRReranking
Checklist
mteb/models/this can be as an API. Instruction on how to add a model can be found here