Replies: 1 comment 2 replies
-
You can select tasks from import mteb
benchmark = mteb.get_benchmark("MTEB(Multilingual, v1)")
tasks = [task for task in benchmark.tasks if task.metadata.type == "Retrieval"] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thank you for the great work with mteb.
I'm currently trying to evaluate a sentence embedding model (multilingual-e5-large I have further finetuned) for the task retrival and I want to have a multilingual evaluation.
I'm sorry but I have issues finding how to specify multilingual in languages arg when selecting tasks :
tasks = mteb.get_tasks(task_types=["Retrieval"])
My goal is to compare my model to original model and all the others on the leadboard for retrival in multilingual.
Thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions