Skip to content

Commit

Permalink
fix: fixed bug introduced in TatoebaBitextMining causing it to use a …
Browse files Browse the repository at this point in the history
…different dataset (#297)
  • Loading branch information
KennethEnevoldsen authored Mar 31, 2024
1 parent e1ae0d3 commit d0549a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mteb/tasks/BitextMining/multilingual/TatoebaBitextMining.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@
class TatoebaBitextMining(AbsTaskBitextMining, CrosslingualTask):
metadata = TaskMetadata(
name="Tatoeba",
hf_hub_name="facebook/flores",
hf_hub_name="mteb/tatoeba-bitext-mining",
description="1,000 English-aligned sentence pairs for each language based on the Tatoeba corpus",
reference="https://huggingface.co/datasets/facebook/flores",
reference="https://github.com/facebookresearch/LASER/tree/main/data/tatoeba/v1",
type="BitextMining",
category="s2s",
eval_splits=["test"],
eval_langs=_LANGUAGES,
main_score="f1",
revision="80dc3040d19756742c9a18267ab30f54fb8e226b",
revision="9080400076fbadbb4c4dcb136ff4eddc40b42553",
date=None,
form=None,
domains=None,
Expand Down

0 comments on commit d0549a3

Please sign in to comment.