Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
baberabb committed Jan 21, 2025
1 parent 4df2c7b commit b465d53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lm_eval/tasks/math500/math500.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
task: math500
dataset_path: EleutherAI/hendrycks_math
dataset_path: HuggingFaceH4/MATH-500
process_docs: !function utils.process_docs
output_type: generate_until
training_split: train
Expand All @@ -8,8 +8,7 @@ doc_to_text: "Solve the following math problem efficiently and clearly:\n\n- For
process_results: !function utils.process_results
doc_to_target: "{{answer if few_shot is undefined else solution}}"
generation_kwargs:
# until:
# - "Problem:"
until: []
max_gen_toks: 5120
do_sample: false
temperature: 0
Expand Down

0 comments on commit b465d53

Please sign in to comment.