You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from mteb import MTEB
import mteb
tasks = mteb.get_tasks(modalities=["text"],languages=["tur"])
for task in tasks:
print(task)
This outputs STS17MultilingualVisualSTSMultilingual as well which I believe is because it is missing modalities in its metadata. I could create a PR if this sounds reasonable