Files
wangge-DeepSeek-R1-1.5B-GGUF/Modelfile

9 lines
436 B
Plaintext
Raw Normal View History

# ollama modelfile auto-generated by llamafactory
FROM wangge-DeepSeek-R1-Distill-Qwen-1.5B-F16.gguf
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