Skip to content
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

mbpp pass@1 is lower than mbppplus pass@1 on starcoder2? #285

Open
Liuzzyg opened this issue Nov 6, 2024 · 0 comments
Open

mbpp pass@1 is lower than mbppplus pass@1 on starcoder2? #285

Liuzzyg opened this issue Nov 6, 2024 · 0 comments

Comments

@Liuzzyg
Copy link

Liuzzyg commented Nov 6, 2024

I evaluate pretrain model of starcoder2 3b/7b, with the bash script
accelerate launch bigcode-evaluation-harness/main.py --model bigcode/starcoder2-3b --max_length_generation 512 --tasks mbpp --n_samples 200 --batch_size 100 --temperature 0.2 --precision bf16 --allow_code_execution --use_auth_token
and
accelerate launch bigcode-evaluation-harness/main.py --model bigcode/starcoder2-3b --max_length_generation 512 --tasks mbppplus --n_samples 200 --batch_size 100 --temperature 0.2 --precision bf16 --allow_code_execution --use_auth_token, but get
`"mbpp": {
"pass@1": 0.41799000000000003
}

"mbppplus": {
"pass@1": 0.47734126984126984
}`
even I change different configs, its the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant