rolo-brain / params
larawashington's picture
add Ollama HF-pull sampling params
72de025 verified
Raw
History Blame Contribute Delete
178 Bytes
{
"temperature": 0.85,
"top_p": 0.95,
"num_predict": 64,
"stop": [
"<end_of_turn>",
"\n\n",
"\n* ",
"\n- ",
"\n1. ",
"\n2. ",
"Monday:"
]
}