File size: 578 Bytes
db09549 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# 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: as
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-as
|