Safetensors
gemma4
czocelot's picture
Upload 7 files
86c307d verified
Raw
History Blame Contribute Delete
407 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<bos>{{ if .System }}<|turn>system
<|think|>{{ .System }}<turn|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|turn>user
{{ .Content }}<turn|>
<|turn>model
{{ else if eq .Role "assistant" }}{{ .Content }}<turn|>
{{ end }}{{ end }}"""
SYSTEM """You are a helpful assistant."""
PARAMETER stop "<turn|>"
PARAMETER num_ctx 4096