lambada_openai_cloze.yaml 518 Bytes
Newer Older
haileyschoelkopf's avatar
haileyschoelkopf committed
1
2
3
group:
  - lambada_cloze
task: lambada_openai_cloze_yaml
4
5
6
7
8
dataset_path: EleutherAI/lambada_openai
dataset_name: default
output_type: loglikelihood
test_split: test
template_aliases: ""
haileyschoelkopf's avatar
haileyschoelkopf committed
9
doc_to_text: "{{text.split(' ')[:-1]|join(' ')}} ____. ->"
10
11
12
13
14
15
doc_to_target: "{{' '+text.split(' ')[-1]}}"
should_decontaminate: true
doc_to_decontamination_query: "{{text}}"
metric_list:
  - metric: perplexity
    aggregation: perplexity
haileyschoelkopf's avatar
haileyschoelkopf committed
16
    higher_is_better: false
17
18
19
  - metric: accuracy
    aggregation: mean
    higher_is_better: true