Files

9 lines
392 B
Plaintext
Raw Permalink Normal View History

2025-02-22 12:13:49 +00:00
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<begin▁of▁sentence>{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<User>{{ .Content }}<Assistant>{{ else if eq .Role "assistant" }}{{ .Content }}<end▁of▁sentence>{{ end }}{{ end }}"""
PARAMETER stop "<end▁of▁sentence>"
PARAMETER num_ctx 4096