Skip to content

Commit

Permalink
Fixing commonsense qa: generative metrics, -1 gen length (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier authored Jan 26, 2025
1 parent 499cc82 commit cb075a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lighteval/tasks/default_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6210,7 +6210,7 @@
evaluation_splits=["validation"],
few_shots_split=None,
few_shots_select=None,
generation_size=-1,
generation_size=1,
metric=[
Metrics.exact_match,
Metrics.quasi_exact_match,
Expand Down

0 comments on commit cb075a5

Please sign in to comment.