FoolDev's picture
feat: match default sampling to the Fable teacher (temperature 1.0, top_k 0)
bbdf5c9
Raw
History Blame Contribute Delete
179 Bytes
{
"temperature": 1.0,
"top_p": 0.95,
"top_k": 0,
"repeat_penalty": 1.05,
"num_ctx": 1000000,
"stop": [
"<|im_end|>",
"<|endoftext|>",
"<|im_start|>"
]
}