tag: tydiqa_goldp
task: null
dataset_path: google-research-datasets/tydiqa
dataset_name: secondary_task
output_type: generate_until
training_split: train
validation_split: validation
fewshot_split: train
doc_to_text: null
doc_to_target: "{{answers[0]}}"
process_docs: null
process_results: null
target_delimiter: " "
generation_kwargs:
  until:
    - "\n"
  do_sample: false
  temperature: 0.0
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
  - metric: f1
    aggregation: mean
    higher_is_better: true
metadata:
  version: 1.0
