el_llama_smol / generation_config.json
Konstantinos's picture
Update generation_config.json
706e39a verified
raw history blame
No virus
221 Bytes
{
"_from_model_config": true,
"bos_token_id": 0,
"eos_token_id": 1,
"pad_token_id": -1,
"transformers_version": "4.31.0",
"top_k": 15,
"do_sample" : true,
"temperature" : 0.85,
"max_new_tokens" : 40
}