t5-prompt.yaml 568 Bytes
Newer Older
Lintang Sutawika's avatar
Lintang Sutawika committed
1
tag:
2
3
  - super-glue-t5-prompt
task: super_glue-rte-t5-prompt
4
dataset_path: aps/super_glue
5
6
7
dataset_name: rte
training_split: train
validation_split: validation
8
output_type: generate_until
9
doc_to_text: "rte hypothesis: {{hypothesis}} premise: {{premise}}"
10
11
doc_to_target: "{{ [entailment, not_entailment][label|int] }}"
doc_to_choice: ["entailment", "not_entailment"]
lintangsutawika's avatar
lintangsutawika committed
12
13
14
generation_kwargs:
  until:
    - "</s>"
15
16
17
18
19
20
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true
lintangsutawika's avatar
lintangsutawika committed
21
metadata:
22
  version: 0.0