LingoWhale-8B / generation_config.json
DeepLangLvcc's picture
upload model
fa4621e
raw
history blame contribute delete
277 Bytes
{
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"user_token_id": 3,
"assistant_token_id": 4,
"max_new_tokens": 2048,
"temperature": 0.9,
"top_k": 1,
"top_p": 1,
"repetition_penalty": 1.1,
"do_sample": false,
"transformers_version": "4.31.0"
}