xwinograd_common_yaml 622 Bytes
Newer Older
1
2
3
4
# This file will be included in the generated language-specific task configs.
# It doesn't have a yaml file extension as it is not meant to be imported directly
# by the harness.
group:
lintangsutawika's avatar
lintangsutawika committed
5
  - xwinograd
6
7
8
9
10
11
12
13
14
15
16
17
18
dataset_path: Muennighoff/xwinograd
dataset_name: null  # Overridden by language-specific config.
output_type: multiple_choice
training_split: null
validation_split: null
test_split: test
doc_to_text: !function utils.doc_to_text
doc_to_target: !function utils.doc_to_target
doc_to_choice: !function utils.doc_to_choice
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
lintangsutawika's avatar
lintangsutawika committed
19
metadata:
20
  version: 1.0