CBLM-Code-300M-Instruct / generation_config.json
caikybaldo999's picture
CBLM Code 300M instruction tuning
ed204ef 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": "5.14.1"
}