llm-150m / generation_config.json
Asilarkness's picture
Publish faithful CubicV7-Hier 157M with QKNorm, MTP, SFT, reasoning and DPO
c829dc9 verified
Raw
History Blame Contribute Delete
183 Bytes
{
"temperature": 0.6,
"top_p": 0.95,
"top_k": 50,
"repetition_penalty": 1.08,
"max_new_tokens": 512,
"bos_token": "<bos>",
"eos_token": "<eos>",
"pad_token": "<pad>"
}