task: drop | |
dataset_path: EleutherAI/drop | |
output_type: generate_until | |
training_split: train | |
validation_split: validation | |
process_docs: !function utils.process_docs | |
doc_to_text: "{{passage}} {{question}}" | |
doc_to_target: "{{ answer|join(',')}}" | |
target_delimiter: "" | |
process_results: !function utils.process_results | |
should_decontaminate: true | |
doc_to_decontamination_query: "{{passage}} {{question}}" | |
generation_kwargs: | |
until: | |
- "." | |
metric_list: | |
- metric: em | |
aggregation: mean | |
higher_is_better: true | |
- metric: f1 | |
aggregation: mean | |
higher_is_better: true | |
metadata: | |
version: 3.0 | |
dataset_kwargs: | |
trust_remote_code: true | |