We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
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
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
"mbppplus": { "pass@1": 0.47734126984126984 }` even I change different configs, its the same.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: