Q1ngMang's picture
Upload 9 files
5b159dd verified
Raw
History Blame Contribute Delete
423 Bytes
# 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