Skip to content

Commit

Permalink
udpated piqa
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier committed Jul 11, 2024
1 parent 66e6aae commit 3672993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lighteval/tasks/default_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -14671,7 +14671,7 @@
name="piqa",
suite=["lighteval"],
prompt_function=prompt.piqa_harness,
hf_repo="piqa",
hf_repo="ybisk/piqa",
hf_subset="plain_text",
hf_avail_splits=["train", "test", "validation"],
evaluation_splits=["validation"],
Expand All @@ -14689,13 +14689,13 @@
name="piqa",
suite=["helm", "commonsense_scenario"],
prompt_function=prompt.piqa_helm,
hf_repo="piqa",
hf_repo="ybisk/piqa",
hf_subset="plain_text",
hf_avail_splits=["train", "test", "validation"],
evaluation_splits=["validation", "test"],
few_shots_split=None,
few_shots_select=None,
generation_size=-1,
generation_size=1,
metric=["exact_match", "quasi_exact_match", "prefix_exact_match", "prefix_quasi_exact_match"],
stop_sequence=["\n"],
output_regex=None,
Expand Down

0 comments on commit 3672993

Please sign in to comment.