VacationGenie / generation_config.json
Sakshi-1234's picture
Upload generation_config.json with huggingface_hub
50465dc verified
raw
history blame contribute delete
138 Bytes
{
"do_sample": true,
"max_new_tokens": 512,
"temperature": 0.7,
"top_p": 0.9,
"pad_token_id": 128009,
"eos_token_id": 128009
}