Safetensors
gemma4
File size: 407 Bytes
86c307d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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