Files
Unichat-llama3.1-Chinese-8B/generation_config.json

11 lines
191 B
JSON
Raw Permalink Normal View History

2024-07-25 08:08:29 +00:00
{
"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.1"
}