File size: 309 Bytes
3d26694 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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
metadata:
version: 1.0
|