File size: 335 Bytes
1ca0fc3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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