custommodel_llama2_form / generation_config.json
Nanum's picture
Upload config
a4e0494 verified
{
"do_sample": true,
"early_stopping": true,
"eos_token_id": 2,
"max_new_tokens": 100,
"num_beams": 4,
"top_k": 5,
"transformers_version": "4.41.2"
}