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