lambada_standard.yaml 507 Bytes
Newer Older
haileyschoelkopf's avatar
haileyschoelkopf committed
1
2
3
4
5
group:
  - lambada
task: lambada_standard_yaml
dataset_path: lambada
dataset_name: null
6
output_type: loglikelihood
haileyschoelkopf's avatar
haileyschoelkopf committed
7
validation_split: validation
8
9
10
11
12
13
14
15
16
test_split: test
template_aliases: ""
doc_to_text: "{{text.split(' ')[:-1]|join(' ')}}"
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