default.yaml 309 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
group: glue
task: mnli
dataset_path: glue
dataset_name: mnli
output_type: multiple_choice
training_split: train
validation_split: validation_matched
doc_to_text: !function utils.doc_to_text
doc_to_target: label
doc_to_choice: ["True", "Neither", "False"]
metric_list:
  - metric: acc
lintangsutawika's avatar
lintangsutawika committed
13
metadata:
14
  version: 1.0