summarizer1-4b / generation_config.json
caelunshun's picture
Upload Qwen3ForCausalLM
a06dc1c verified
raw
history blame contribute delete
138 Bytes
{
"do_sample": true,
"max_new_tokens": 512,
"temperature": 0.5,
"top_k": 20,
"top_p": 0.9,
"transformers_version": "4.57.3"
}