agentlans's picture
Upload 12 files
ef3bb23 verified
raw
history blame contribute delete
368 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}System: {{ .System }}<|end_of_text|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|end_of_text|>
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|end_of_text|>
{{ end }}{{ end }}"""
PARAMETER stop "<|end_of_text|>"
PARAMETER num_ctx 4096