el_llama_smol / generation_config.json
Konstantinos's picture
Update generation_config.json
3031699 verified
raw
history blame
217 Bytes
{
"_from_model_config": true,
"bos_token_id": 0,
"eos_token_id": 1,
"pad_token_id": -1,
"transformers_version": "4.31.0"
"top_k": 20,
"do_sample" : true
"temperature" : 0.8
"max_new_tokens" : 40
}