promptsource-00.yaml 371 Bytes
Newer Older
1
group:
2
  - super-glue-promptsource
haileyschoelkopf's avatar
haileyschoelkopf committed
3
task: "rte"
4
dataset_path: super_glue
5
dataset_name: rte
6
7
training_split: train
validation_split: validation
8
use_prompt: "promptsource:GPT-3 style"
haileyschoelkopf's avatar
haileyschoelkopf committed
9
10
11
12
generation_kwargs:
    until:
    - "\n"
    - "\n\n"
13
14
15
16
17
18
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true