specfaqmodel / generation_config.json
ankitgaur's picture
Upload folder using huggingface_hub
5e7a236 verified
raw
history blame contribute delete
218 Bytes
{
"do_sample": true,
"eos_token_id": 50297,
"max_new_tokens": 100,
"pad_token_id": 50296,
"repetition_penalty": 1.18,
"temperature": 0.7,
"top_k": 40,
"top_p": 0.1,
"transformers_version": "4.48.3"
}