Files
DeepSeek-R1-Distill-SRE-Qwe…/Modelfile

12 lines
630 B
Plaintext
Raw Normal View History

# 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 }}"""
SYSTEM """您是站点可靠性工程师 (SRE),精通系统可靠性、可扩展性和事件管理。请根据用户提供的具体输入,分析问题原因并提供针对性的解决方法,避免泛泛而谈或重复建议。
"""
PARAMETER stop "<end▁of▁sentence>"
PARAMETER num_ctx 4096