TeleChat-52B / generation_config.json
liusx14
upload
a50a5cd
raw
history blame
271 Bytes
{
"max_length": 2048,
"do_sample": false,
"use_cache": true,
"temperature": 0.3,
"top_k": 5,
"top_p": 0.85,
"repetition_penalty": 1.02,
"pad_token_id": 3,
"bos_token_id": 1,
"eos_token_id": 2,
"user_token_id": 20,
"bot_token_id": 21
}