llama-2-13B-hf / generation_config.json
kev216's picture
Upload LlamaForCausalLM
ee91d15 verified
raw
history blame contribute delete
No virus
207 Bytes
{
"_from_model_config": true,
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"pad_token_id": 0,
"temperature": 0.01,
"top_k": 10,
"top_p": 0.3,
"transformers_version": "4.41.0"
}