AXL-Code-1B / generation_config.json
KennedyOfficaly's picture
Upload 14 files
f010a7b verified
{
"max_new_tokens": 256,
"temperature": 0.8,
"top_k": 40,
"top_p": 0.9,
"repetition_penalty": 1.1,
"do_sample": true
}