Skip to content

Commit

Permalink
Make MMLU use 5-shot example
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmonson committed Oct 24, 2024
1 parent cfb6bec commit 612cc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_eval_test/benchmarks/tasks/mmlu/mmlu.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
task: mmlu_all
include: unitxt
recipe: card=cards.mmlu.all,template=templates.qa.multiple_choice.with_topic.lm_eval_harness
recipe: card=cards.mmlu.all,template=templates.qa.multiple_choice.with_topic.lm_eval_harness,num_demos=5,demos_pool_size=10

0 comments on commit 612cc38

Please sign in to comment.