TeleChat2.5-35B / generation_config.json
jianfbsdc's picture
Upload folder using huggingface_hub
f5c2bae verified
raw
history blame contribute delete
298 Bytes
{
"bos_token_id": 1,
"bot_token_id": 5,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 1000,
"pad_token_id": 3,
"repetition_penalty": 1.02,
"start_token_id": 1,
"temperature": 0.3,
"top_k": 5,
"top_p": 0.85,
"transformers_version": "4.46.0",
"user_token_id": 4
}