OdinNext-138M-Instruct / generation_config.json
joelhenwang's picture
OdinNext-138M-Instruct: SFT + LFM2.5 SeqKD
8d6741e verified
{
"max_new_tokens": 256,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.3,
"eos_token_id": 32769,
"pad_token_id": 32769
}