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