Unichat-llama3.1-Chinese-8B / generation_config.json
aiotvincent's picture
Upload model trained with Unsloth
6dec3cf verified
raw
history blame contribute delete
191 Bytes
{
"do_sample": true,
"eos_token_id": 128009,
"max_new_tokens": 2048,
"pad_token_id": 128009,
"temperature": 0.3,
"top_k": 20,
"top_p": 0.7,
"transformers_version": "4.43.3"
}