default.yaml 429 Bytes
Newer Older
1
group:
haileyschoelkopf's avatar
haileyschoelkopf committed
2
  - super-glue-lm-eval-v1
3
4
5
6
7
8
9
10
11
12
13
14
task: "copa"
dataset_path: super_glue
dataset_name: copa
output_type: multiple_choice
training_split: train
validation_split: validation
doc_to_text: !function utils.doc_to_text
doc_to_target: !function utils.doc_to_target
gold_alias: "{{label}}" # this will be cast to an int.
template_aliases: "{% set answer_choices = [{{doc.choice1}}, 'b'] %} {{answer_choices}}"
metric_list:
  - metric: acc