CBLM-Code-300M / generation_config.json
caikybaldo999's picture
Upload inicial do CBLM Code 300M
5b632ba verified
Raw
History Blame Contribute Delete
216 Bytes
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 256,
"pad_token_id": 0,
"repetition_penalty": 1.1,
"temperature": 0.8,
"top_p": 0.95,
"transformers_version": "4.57.6"
}