llama-3.1-8b-reasoning / generation_config.json
Shaleen123's picture
Upload LlamaForCausalLM
2835861 verified
raw
history blame contribute delete
201 Bytes
{
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": 128009,
"max_new_tokens": 200,
"pad_token_id": 128009,
"temperature": 0.7,
"top_p": 0.7,
"transformers_version": "4.44.2"
}