group: - super-glue-t5-prompt task: t5-prompt reference: "From Raffel et. al. 2019" 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