llm_forge-25m / generation_config.json
adesh01's picture
Initial 1B-token pretrain
716b553 verified
Raw
History Blame Contribute Delete
173 Bytes
{
"bos_token_id": 3,
"eos_token_id": 4,
"pad_token_id": 1,
"max_length": 1024,
"max_new_tokens": 256,
"do_sample": true,
"temperature": 0.8,
"top_p": 0.95
}