group: mmlu_style_05_fc
dataset_path: cais/mmlu
test_split: test
fewshot_split: dev
output_type: multiple_choice
doc_to_text: "Answer the following question with fruit that represents the options: {{question.strip()}}\n(Apple) {{choices[0]}}\n(Banana) {{choices[1]}}\n(Cantaloupe) {{choices[2]}}\n(Durian) {{choices[3]}}\nAnswer: "
doc_to_choice: "{{['(Apple) '+choices[0], '(Banana) '+choices[1], '(Cantaloupe) '+choices[2], '(Durian) '+choices[3]]}}" # "{{choices}}" # ["A", "B", "C", "D"]
doc_to_target: answer
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
  - metric: brier_score
