sglue_cb.yaml 413 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
8
9
10
11
12
13
14
doc_to_target: "{% set answer_choices = ['Yes', 'No', 'Maybe'] %}{{answer_choices[label]}}"
metric_list: [
  [exact_match, mean, true]
  ]
# filters: [
#   ["none", ["take_first"]]
# ]