MNLP_math_model / generation_config.json
Ilia2003Mah's picture
Initial math_model: Qwen3-1.7B + math system prompt + thinking-mode sampling
fb03ee6 verified
raw
history blame contribute delete
239 Bytes
{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"max_new_tokens": 4096,
"pad_token_id": 151643,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.9,
"transformers_version": "4.57.3"
}