llama3-8b-agent-instruct-v2 / generation_config.json
ai-modelscope
first commit
9ca0ef7
raw
history blame contribute delete
No virus
206 Bytes
{
"do_sample": true,
"eos_token_id": [128001, 128009],
"max_new_tokens": 2048,
"pad_token_id": 128001,
"temperature": 0.3,
"top_k": 20,
"top_p": 0.7,
"transformers_version": "4.41.0.dev0"
}