template-00.yaml 343 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
group:
  - t0-eval
task: "does the pronoun refer to"
dataset_path: super_glue
dataset_name: wsc.fixed
training_split: train
validation_split: validation
use_prompt: "promptsource:does the pronoun refer to"
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true