sglue_cb.yaml 444 Bytes
Newer Older
1
2
names: 
  - sglue_cb_yamltest
lintangsutawika's avatar
lintangsutawika committed
3
4
5
6
7
8
9
10
11
12
13
14
dataset_path: super_glue
dataset_name: cb
training_split: train
validation_split: validation
doc_to_text: "Suppose {{premise}} Can we infer that \"{{hypothesis}}\"? Yes, no, or maybe?"
doc_to_target: "{% set answer_choices = ['Yes', 'No', 'Maybe'] %}{{answer_choices[label]}}"
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true