Files
telechat2-7b-Cot/generation_config.json

16 lines
298 B
JSON
Raw Normal View History

{
"bos_token_id": 1,
"bot_token_id": 5,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 2048,
"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.47.0",
"user_token_id": 4
}