TeleChat2-35B / generation_config.json
chuhac's picture
Telechat2-35B
3a6ffeb
raw
history blame contribute delete
261 Bytes
{
"max_new_tokens": 2048,
"do_sample": false,
"use_cache": true,
"temperature": 0.0,
"top_k": 5,
"top_p": 0.85,
"repetition_penalty": 1.03,
"pad_token_id": 3,
"bos_token_id": 1,
"eos_token_id": 2,
"user_token_id": 4,
"bot_token_id": 5
}