-
Notifications
You must be signed in to change notification settings - Fork 462
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
For now, we need to annotate models with all translation tasks
"MSMARCO": ["train"],
"MSMARCOHardNegatives": ["train"],
"NanoMSMARCORetrieval": ["train"],
"MSMARCO-PL": ["train"], # translation not trained on
"mMARCO-NL": ["train"], # translation not trained on
"NQ": ["train"],
"NQ-NL": ["train"], # translation not trained on
"NQHardNegatives": ["train"],
"NanoNQRetrieval": ["train"],
"NQ-PL": ["train"], # translation not trained on
We can add to ModelMeta
field for translated datasets translated_from
and auto check in leaderboard
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request