Qwen2-VL-7B-Instruct / generation_config.json
chenkq's picture
Update generation_config.json (#22)
3ca981c verified
raw
history blame contribute delete
No virus
244 Bytes
{
"bos_token_id": 151643,
"pad_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"repetition_penalty": 1.0,
"temperature": 0.01,
"top_p": 0.001,
"top_k": 1,
"transformers_version": "4.37.0"
}