llama-custom5 / generation_config.json
chrohi's picture
Create generation_config.json
09873bb verified
raw
history blame contribute delete
No virus
236 Bytes
{
"do_sample": true,
"max_new_tokens": 512,
"no_repeat_ngram_size": 20,
"num_beams": 3,
"pad_token_id": 0,
"repetition_penalty": 1.1,
"temperature": 0.9,
"top_k": 30,
"top_p": 0.85,
"transformers_version": "4.30.2"
}