llava-llama3.1-8b / generation_config.json
DaozeZhang
add ckpt
a0a784e
raw
history blame contribute delete
191 Bytes
{
"do_sample": true,
"eos_token_id": 128009,
"max_new_tokens": 2048,
"pad_token_id": 128009,
"temperature": 0.3,
"top_k": 20,
"top_p": 0.7,
"transformers_version": "4.43.4"
}