crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

example model file for ollama openhermes2.5-mistral

Open fxtoofaan opened this issue 2 years ago • 2 comments

would this be a correct modelfile to use for ollama openhermes2.5-mistral?

TEMPLATE """<|im_start|>system {{ .System }}<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assistant """ PARAMETER num_ctx 4096 PARAMETER top_p 0.5 PARAMETER temperature 0 PARAMETER stop "<|im_start|>" PARAMETER stop "<|im_end|>" PARAMETER stop "Observation"

fxtoofaan avatar Dec 28 '23 17:12 fxtoofaan

You are on the wrong github, but here are some examples from my github page https://github.com/iplayfast/OllamaPlayground/tree/main/modelfiles The github page you want is https://github.com/jmorganca/ollama

iplayfast avatar Dec 28 '23 22:12 iplayfast

hey @fxtoofaan that is the modelfile I used yes, but you can tune it in different ways if you want to 😉

joaomdmoura avatar Jan 02 '24 02:01 joaomdmoura