winogrande.yaml 436 Bytes
Newer Older
Benjamin Fattori's avatar
Benjamin Fattori committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
task: winogrande
dataset_path: winogrande
dataset_name: winogrande_xl
output_type: winograd_schema
training_split: train
validation_split: validation
doc_to_target: !function preprocess_winogrande.partial_target
doc_to_text: "{{sentence}}"
create_choices: !function preprocess_winogrande.create_choices
gold_alias: !function preprocess_winogrande.gold_alias
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true