cogvlm2-llama3-caption / generation_config.json
Ubuntu
init
600a885
raw
history blame contribute delete
No virus
212 Bytes
{
"bos_token_id": 128000,
"eos_token_id": 128001,
"pad_token_id": 128002,
"do_sample": true,
"temperature": 0.1,
"max_length": 2048,
"top_p": 0.1,
"top_k": 1,
"transformers_version": "4.43.1"
}