promptsource-00.yaml 368 Bytes
Newer Older
1
group:
2
3
  - super-glue-promptsource
task: "C1 or C2? premise, so/because…"
4
dataset_path: super_glue
5
dataset_name: copa
6
7
training_split: train
validation_split: validation
8
use_prompt: "promptsource:C1 or C2? premise, so/because…"
9
10
11
12
13
14
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true