qwen3-4b-instruct-code-agent / generation_config.json
Nanami14138's picture
Qwen3-4B-Instruct Code Agent - checkpoint 300
581b415 verified
raw
history blame contribute delete
237 Bytes
{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"max_length": 40960,
"pad_token_id": 151643,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"transformers_version": "4.55.0"
}