task: mmlu-pro | |
dataset_path: CultriX/mmlu-pro-train-100 | |
output_type: multiple_choice | |
training_split: test | |
validation_split: test | |
test_split: test | |
fewshot_split: validation | |
fewshot_config: | |
sampler: first_n | |
doc_to_text: !function utils.fewshot_to_text | |
doc_to_target: "" | |
output_type: generate_until | |
doc_to_text: !function utils.doc_to_text | |
doc_to_target: answer | |
filter_list: | |
- name: "custom-extract" | |
filter: | |
- function: "regex" | |
regex_pattern: 'answer is \(?([ABCDEFGHIJ])\)?' | |
# regex_pattern: r".*[aA]nswer:\s*([A-J])", | |
- function: "take_first" | |
generation_kwargs: | |
until: | |
- "</s>" | |
- "Q:" | |
- "<|im_end|>" | |
do_sample: false | |
temperature: 0.0 | |
num_fewshot: 5 | |
metric_list: | |
- metric: exact_match | |
aggregation: mean | |
higher_is_better: true | |
ignore_case: true | |
ignore_punctuation: true | |
metadata: | |
version: 1.0 | |