minerva_math_algebra.yaml 513 Bytes
Newer Older
baberabb's avatar
baberabb committed
1
2
group:
  - math_word_problems
3
4
task: minerva_math_algebra
dataset_path: EleutherAI/hendrycks_math
baberabb's avatar
baberabb committed
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
process_docs: !function utils.process_docs
dataset_name: algebra
output_type: greedy_until
training_split: train
test_split: test
doc_to_text:  !function utils.doc_to_text
process_results: !function utils.process_results
doc_to_target: "{{answer}}"
generation_kwargs:
  until:
    - "Problem:"
  do_sample: false
  temperature: 0
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true