-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Llama-3.1-8B-Instruct performance on minerva_math #2646
Comments
When I use hendrycks_math with 4-shot,I got 0.1538
|
I'm getting 0.4894 for |
Very close result! What command should I run to get this result? |
My code is
accelerate launch -m lm_eval --model hf --model_args pretrained=models/Meta-Llama-3.1-8B-Instruct \ --tasks minerva_math\ --batch_size auto \ --output ./output/multi_gpu_hen --num_fewshot 4
And I got the results, the official result seems to be that 0 shot can achieve 51.9, is there any problem?
`| Tasks |Version|Filter|n-shot| Metric | |Value | |Stderr|
|------------------------------------|------:|------|-----:|-----------|---|-----:|---|-----:|
|minerva_math | 1|none | |exact_match|↑ |0.3456|± |0.0063|
| - minerva_math_algebra | 1|none | 4|exact_match|↑ |0.4954|± |0.0145|
| - minerva_math_counting_and_prob | 1|none | 4|exact_match|↑ |0.3143|± |0.0213|
| - minerva_math_geometry | 1|none | 4|exact_match|↑ |0.2672|± |0.0202|
| - minerva_math_intermediate_algebra| 1|none | 4|exact_match|↑ |0.1395|± |0.0115|
| - minerva_math_num_theory | 1|none | 4|exact_match|↑ |0.2333|± |0.0182|
| - minerva_math_prealgebra | 1|none | 4|exact_match|↑ |0.6039|± |0.0166|
| - minerva_math_precalc | 1|none | 4|exact_match|↑ |0.1557|± |0.0155|
The text was updated successfully, but these errors were encountered: