race.yaml 371 Bytes
Newer Older
1
2
3
group:
  - multiple_choice
task: race
4
dataset_path: bfattori/race
5
6
7
8
9
10
11
12
13
14
dataset_name: high
output_type: multiple_choice
test_split: test
create_choices: !function preprocess_race.create_choices
doc_to_text: !function preprocess_race.doc_to_text
doc_to_target: !function preprocess_race.doc_to_target
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true