Llama-3-Groq-70B-Tool-Use / generation_config.json
ricklamers's picture
fix: update default sampling values
ebcfa34
raw
history blame
No virus
195 Bytes
{
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": [
128001,
128009
],
"max_length": 4096,
"temperature": 0.5,
"top_p": 0.65,
"transformers_version": "4.41.2"
}