applied-ai-018's picture
Add files using upload-large-folder tool
c6d4165 verified
raw
history blame contribute delete
501 Bytes
group:
- lambada
task: lambada_standard
dataset_path: lambada
dataset_name: null
output_type: loglikelihood
validation_split: validation
test_split: test
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
higher_is_better: false
- metric: acc
aggregation: mean
higher_is_better: true
metadata:
version: 1.0