Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Jun 16, 2024
1 parent e18e6bb commit 710d2fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/mmteb/points/936.jsonl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"GitHub": "henilp105", "Dataset annotations": 8}
{"GitHub": "henilp105", "Dataset annotations": 9}
12 changes: 6 additions & 6 deletions mteb/tasks/Retrieval/fra/AlloprofRetrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ class AlloprofRetrieval(AbsTaskRetrieval):
eval_splits=["test"],
eval_langs=["fra-Latn"],
main_score="ndcg_at_10",
date=None, # no date specified.
form=['written'],
domains=['Encyclopaedic'],
date=None, # no date specified.
form=["written"],
domains=["Encyclopaedic"],
task_subtypes=[],
license="cc-by-nc-sa-4.0",
socioeconomic_status='mixed',
socioeconomic_status="mixed",
annotations_creators="human-annotated",
dialect=[],
text_creation="found",
Expand All @@ -40,8 +40,8 @@ class AlloprofRetrieval(AbsTaskRetrieval):
year = {2023},
copyright = {Creative Commons Attribution Non Commercial Share Alike 4.0 International}
}""",
n_samples={'train': 2048},
avg_character_length=None, # unable to extract due to invalid hf dataset
n_samples={"train": 2048},
avg_character_length=None, # unable to extract due to invalid hf dataset
)

def load_data(self, **kwargs):
Expand Down

0 comments on commit 710d2fd

Please sign in to comment.