Commit b465d53f authored by Baber's avatar Baber
Browse files

nit

parent 4df2c7b1
task: math500 task: math500
dataset_path: EleutherAI/hendrycks_math dataset_path: HuggingFaceH4/MATH-500
process_docs: !function utils.process_docs process_docs: !function utils.process_docs
output_type: generate_until output_type: generate_until
training_split: train training_split: train
...@@ -8,8 +8,7 @@ doc_to_text: "Solve the following math problem efficiently and clearly:\n\n- For ...@@ -8,8 +8,7 @@ doc_to_text: "Solve the following math problem efficiently and clearly:\n\n- For
process_results: !function utils.process_results process_results: !function utils.process_results
doc_to_target: "{{answer if few_shot is undefined else solution}}" doc_to_target: "{{answer if few_shot is undefined else solution}}"
generation_kwargs: generation_kwargs:
# until: until: []
# - "Problem:"
max_gen_toks: 5120 max_gen_toks: 5120
do_sample: false do_sample: false
temperature: 0 temperature: 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment