Files
Qwen2-Math/generation_config.json

12 lines
197 B
JSON
Raw Normal View History

{
"bos_token_id": 151643,
"pad_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"top_p": 1.0,
"temperature": 0.0,
"transformers_version": "4.37.0"
}