lua-codegen-model / generation_config.json
rohinp's picture
Upload folder using huggingface_hub
a6c2c61 verified
{
"max_new_tokens": 150,
"temperature": 0.9,
"top_p": 0.9,
"do_sample": true,
"num_beams": 1,
"early_stopping": true
}