cogvlm2-video-llama3-chat / generation_config.json
zRzRzRzRzRzRzR's picture
Upload folder using huggingface_hub
1443e84 verified
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.41.0"
}