Hunyuan-0.5B-Instruct-8bit / generation_config.json
ivanfioravanti's picture
Add files using upload-large-folder tool
ff5db98 verified
raw
history blame contribute delete
221 Bytes
{
"bos_token_id": 120000,
"eos_token_id": 120020,
"pad_token_id": 120002,
"do_sample": true,
"top_k": 20,
"top_p": 0.8,
"repetition_penalty": 1.05,
"temperature": 0.7,
"transformers_version": "4.52.4"
}