"configs/eva/eva-l-p14_8xb16_in1k-336px.py" did not exist on "13967a0a964b33dd4bda9037699ee53d523cf9f7"
t5-prompt.yaml 456 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
group:
  - super-glue-t5-prompt
task: super_glue-rte-t5-prompt
dataset_path: super_glue
dataset_name: rte
training_split: train
validation_split: validation
output_type: greedy_until
doc_to_text: "rte premise: {{premise}} hypothesis: {{hypothesis}}"
doc_to_target: label
doc_to_choice: ['entailment', 'not_entailment']
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true