Skip to content

Commit

Permalink
fix: Update wrong language tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 28, 2024
1 parent c315d94 commit 6a143e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/seb/mteb_tasks/retrieval/snl_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def description(self) -> dict[str, Any]:
"type": "Retrieval",
"category": "p2p",
"eval_splits": ["test"],
"eval_langs": ["sv"],
"eval_langs": ["nb"],
"main_score": "ndcg_at_10",
"revision": "3d3d27aa7af8941408cefc3991ada5d12a4273d1",
}
Expand Down
2 changes: 1 addition & 1 deletion src/seb/mteb_tasks/retrieval/swefaq_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def description(self) -> dict[str, Any]:
"type": "Retrieval",
"category": "s2s",
"eval_splits": ["test"],
"eval_langs": ["sv"],
"eval_langs": ["da"],
"main_score": "ndcg_at_10",
"revision": "7ebf0b4caa7b2ae39698a889de782c09e6f5ee56",
}
Expand Down
2 changes: 1 addition & 1 deletion src/seb/mteb_tasks/retrieval/t2nord_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def description(self) -> dict[str, Any]:
"type": "Retrieval",
"category": "p2p",
"eval_splits": ["test"],
"eval_langs": ["sv"],
"eval_langs": ["da"],
"main_score": "ndcg_at_10",
"revision": "80cdb115ec2ef46d4e926b252f2b59af62d6c070",
}
Expand Down

0 comments on commit 6a143e7

Please sign in to comment.