template-01.yaml 321 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
group:
  - t0-eval
task: "by p they mean"
dataset_path: super_glue
dataset_name: wsc.fixed
training_split: train
validation_split: validation
use_prompt: "promptsource:by p they mean"
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true