modrill's picture
Upload model folder
89866ee verified
raw
history blame contribute delete
342 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<|endoftext|>{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|user|>
{{ .Content }}<|assistant|>
{{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|>{{ end }}{{ end }}"""
PARAMETER stop "<|endoftext|>"
PARAMETER num_ctx 4096