orcayi / generation_config.json
Shaleen123's picture
Upload LlamaForCausalLM
3929766 verified
raw
history blame contribute delete
221 Bytes
{
"bos_token_id": 6,
"do_sample": true,
"eos_token_id": 64001,
"max_length": 4096,
"max_new_tokens": 200,
"pad_token_id": 64001,
"temperature": 0.7,
"top_p": 0.7,
"transformers_version": "4.38.0.dev0"
}