Skip to content

Commit

Permalink
update mmlu config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikil-ravi committed Dec 19, 2024
1 parent cd3147f commit 3661ad7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lm_eval/tasks/mmlu/default/_mmlu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@ task:
aggregate_metric_list:
- metric: acc
weight_by_size: True
- metric: bpb
aggregation: mean
weight_by_size: false
- metric: logprob
aggregation: mean
weight_by_size: false
- metric: choice_logprob
aggregation: mean
weight_by_size: false
- metric: choice_prob_norm
aggregation: mean
weight_by_size: false
metadata:
version: 2

0 comments on commit 3661ad7

Please sign in to comment.