_hrm8k_yaml 500 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
dataset_path: HAERAE-HUB/HRM8K
output_type: generate_until
test_split: test
doc_to_text: !function utils.doc_to_text
doc_to_target: !function utils.doc_to_target
process_results: !function utils.process_results
num_fewshot: 0
generation_kwargs:
  until:
    - "</s>"
    - "<|end_of_text|>"
    - "<|endoftext|>"
    - "<|im_end|>"
14
  max_gen_toks: 2048
15
16
17
18
19
20
21
  do_sample: false
  temperature: 0
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
metadata:
22
  version: 1.1