tag:
    - openai_mmlu_tasks
    - openai_mmlu_prompt_5
    - afrobench_mmlu_tasks
dataset_path: openai/MMMLU
dataset_name: null
output_type: multiple_choice
test_split: test
fewshot_config:
  sampler: first_n
doc_to_target: "{{['A', 'B', 'C', 'D'].index(Answer.strip())}}"
should_decontaminate: true
doc_to_decontamination_query: "{{Question}}"
doc_to_choice: ["A", "B", "C", "D"]
metric_list:
  - metric: acc
    aggregation: mean
    weight_by_size: true
  - metric: acc_norm
    aggregation: mean
    weight_by_size: true
metadata:
  version: 1.0
