kagentlms_baichuan2_13b_mat / generation_config.json
myscarlet
first model version
05bc6d5
raw
history blame contribute delete
No virus
285 Bytes
{
"assistant_token_id": 196,
"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.33.2",
"user_token_id": 195
}