OdinNext-138M-Base / generation_config.json
joelhenwang's picture
OdinNext-138M-Base: EMA weights (101.6B-token dolmino base)
0ef192a verified
Raw
History Blame Contribute Delete
200 Bytes
{
"bos_token_id": 0,
"eos_token_id": 0,
"pad_token_id": 1,
"max_new_tokens": 128,
"do_sample": true,
"temperature": 0.8,
"top_p": 0.95,
"repetition_penalty": 1.1,
"use_cache": true
}