t5-prompt.yaml 469 Bytes
Newer Older
lintangsutawika's avatar
lintangsutawika committed
1
2
group:
  - super-glue-t5-prompt
3
task: super_glue-cb-t5-prompt
lintangsutawika's avatar
lintangsutawika committed
4
5
6
7
8
9
10
11
12
13
14
15
dataset_path: super_glue
dataset_name: cb
training_split: train
validation_split: validation
doc_to_text: "cb hypothesis: {{hypothesis}} premise {{premise}}"
doc_to_target: "{% set answer_choices = ['entailment', 'contradiction', 'neutral'] %}{{answer_choices[label]}}"
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true