winogrande.yaml 405 Bytes
Newer Older
Benjamin Fattori's avatar
Benjamin Fattori committed
1
2
3
4
5
6
7
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
Lintang Sutawika's avatar
Lintang Sutawika committed
8
doc_to_text: !function preprocess_winogrande.create_choices
Benjamin Fattori's avatar
Benjamin Fattori committed
9
10
11
12
13
gold_alias: !function preprocess_winogrande.gold_alias
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true