Skip to content

Commit 82e84ce

Browse files
authored
Add MATH500 (#3311)
* create math500 * move MATH500 into hendrycks_math and minerva_math * add to readme
1 parent e45ed6e commit 82e84ce

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

lm_eval/tasks/hendrycks_math/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Homepage: https://github.com/hendrycks/math
3636
- `hendrycks_math_num_theory`
3737
- `hendrycks_math_prealgebra`
3838
- `hendrycks_math_precalc`
39+
- `hendrycks_math500`
3940

4041
### Checklist
4142

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
include: hendrycks_math_algebra.yaml
2+
task: hendrycks_math500
3+
dataset_name: default
4+
dataset_path: HuggingFaceH4/MATH-500
5+
training_split: null
6+
test_split: test

lm_eval/tasks/minerva_math/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Eprint = {arXiv:2206.14858},
5151
- `minerva_math_num_theory`
5252
- `minerva_math_prealgebra`
5353
- `minerva_math_precalc`
54+
- `minerva_math500`
5455

5556
### Checklist
5657

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
include: minerva_math_algebra.yaml
2+
task: minerva_math500
3+
dataset_name: default
4+
dataset_path: HuggingFaceH4/MATH-500
5+
training_split: null
6+
test_split: test

0 commit comments

Comments
 (0)