user
Add model files
04028e5
raw
history blame contribute delete
348 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}System: {{ .System }}<|eot_id|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|eot_id|>
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|eot_id|>
{{ end }}{{ end }}"""
PARAMETER stop "<|eot_id|>"
PARAMETER num_ctx 4096