Baichuan-M1-14B-Instruct / generation_config.json
GradientGuru's picture
Upload folder using huggingface_hub
47c31a4 verified
raw
history blame contribute delete
283 Bytes
{
"assistant_token_id": 74,
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 2048,
"pad_token_id": 0,
"repetition_penalty": 1.05,
"temperature": 0.3,
"top_k": 5,
"top_p": 0.85,
"transformers_version": "4.48.1",
"user_token_id": 73
}