RekklesAI's picture
Initial upload of Mistral-Small-24B-Reasoning model
1ca0fc3 verified
raw
history blame contribute delete
335 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<s>{{ if .System }}[SYSTEM_PROMPT]{{ .System }}[/SYSTEM_PROMPT]{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}[INST]{{ .Content }}[/INST]{{ else if eq .Role "assistant" }}{{ .Content }}</s>{{ end }}{{ end }}"""
PARAMETER stop "</s>"
PARAMETER num_ctx 4096