TeleChat2-7B-32K / generation_config.json
Qubitium's picture
FIX compat with HF transformers save
e5bccf7 verified
raw
history blame
283 Bytes
{
"max_new_tokens": 1000,
"do_sample": true,
"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": 4,
"bot_token_id": 5,
"start_token_id": 1
}