File size: 348 Bytes
04028e5 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# 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
|