peacock-data-public-datasets-idc-llm_eval
/
lm-evaluation
/lm_eval
/tasks
/indicwikibio
/indicwikibio_kn.yaml
# This file will be included in the generated language-specific task configs. | |
# It doesn't have a yaml file extension as it is not meant to be imported directly | |
# by the harness. | |
dataset_path: ai4bharat/IndicWikiBio | |
dataset_name: kn | |
validation_split: validation | |
test_split: test | |
output_type: generate_until | |
doc_to_text: "infobox: {{infobox}} | |
Summary is :" | |
doc_to_target: summary | |
metric_list: | |
- metric: bleu | |
- metric: ter | |
- metric: chrf | |
generation_kwargs: | |
until: | |
- "\n" | |
do_sample: false | |
temperature: 0.0 | |
repeats: 1 | |
metadata: | |
version: 1.0 | |
task: indicwikibio-kn | |