task: triviaqa_qa | |
dataset_path: CultriX/triviaqa-rc-train-100 | |
output_type: multiple_choice | |
training_split: train | |
validation_split: train | |
test_split: train | |
doc_to_text: "Question: {{question}}? | |
Answer:" | |
doc_to_target: "{{answer.aliases}}" | |
should_decontaminate: true | |
doc_to_decontamination_query: question | |
generation_kwargs: | |
until: | |
- " | |
" | |
- "." | |
- "," | |
do_sample: false | |
temperature: 0.0 | |
filter_list: | |
- name: remove_whitespace | |
filter: | |
- function: remove_whitespace | |
- function: take_first | |
target_delimiter: " " | |
metric_list: | |
- metric: exact_match | |
aggregation: mean | |
higher_is_better: true | |
ignore_case: true | |
ignore_punctuation: true | |
metadata: | |
version: 3.0 | |