# 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. tag: xquad task: null dataset_path: xquad dataset_name: null output_type: generate_until validation_split: validation doc_to_text: null doc_to_target: '{{answers["text"][0]}}' process_results: !function utils.process_results_qa 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