Skip to content

Commit

Permalink
ann
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Jun 16, 2024
1 parent b8596d8 commit 6e24eaf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions mteb/tasks/Clustering/deu/TenKGnadClusteringP2P.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ class TenKGnadClusteringP2P(AbsTaskClustering):
eval_langs=["deu-Latn"],
main_score="v_measure",
date=None,
form=None,
domains=None,
task_subtypes=None,
license=None,
socioeconomic_status=None,
form=['written'],
domains=['Web'],
task_subtypes=[],
license="cc-by-nc-sa-4.0",
socioeconomic_status="mixed",
annotations_creators=None,
dialect=None,
text_creation=None,
dialect=[],
text_creation="found",
bibtex_citation=None,
n_samples={"test": 45914},
avg_character_length={"test": 2641.03},
Expand Down
16 changes: 8 additions & 8 deletions mteb/tasks/Retrieval/fra/SyntecRetrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ class SyntecRetrieval(AbsTaskRetrieval):
eval_splits=_EVAL_SPLITS,
eval_langs=["fra-Latn"],
main_score="ndcg_at_10",
date=None,
form=None,
domains=None,
task_subtypes=None,
license=None,
socioeconomic_status=None,
annotations_creators=None,
date=None, # not specified
form=['written'],
domains=["Legal"],
task_subtypes=[],
license="not specified.",
socioeconomic_status='high',
annotations_creators="human-annotated",
dialect=[],
text_creation=None,
text_creation="created",
bibtex_citation="""@misc{ciancone2024extending,
title={Extending the Massive Text Embedding Benchmark to French},
author={Mathieu Ciancone and Imene Kerboua and Marion Schaeffer and Wissam Siblini},
Expand Down

0 comments on commit 6e24eaf

Please sign in to comment.