12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
# ollama modelfile auto-generated by llamafactory
|
|
|
|
FROM .
|
|
|
|
TEMPLATE """{{ if .System }}System: {{ .System }}</s>
|
|
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}</s>
|
|
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}</s>
|
|
{{ end }}{{ end }}"""
|
|
|
|
PARAMETER stop "</s>"
|
|
PARAMETER num_ctx 4096
|