t5-prompt.yaml 443 Bytes
Newer Older
1
2
3
4
5
6
7
8
group:
  - super-glue-t5-prompt
task: super_glue-boolq-t5-prompt
dataset_path: super_glue
dataset_name: boolq
training_split: train
validation_split: validation
output_type: greedy_until
9
doc_to_text: "boolq passage: {{passage}} question: {{question}}"
10
11
12
13
14
15
16
17
doc_to_target: label
doc_to_choice: ['False', 'True']
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true