AndesVL-4B-Instruct / generation_config.json
davenliu's picture
Upload folder using huggingface_hub
e99bd86 verified
raw
history blame contribute delete
176 Bytes
{
"do_sample": true,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"pad_token_id": 151643,
"bos_token_id": 151643,
"eos_token_id": [
151645,
151643
]
}