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