初始化项目,由ModelHub XC社区提供模型

Model: phpcool/DeepSeek-R1-Distill-SRE-Qwen-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-21 02:18:12 +08:00
commit 14cffe6a58
15 changed files with 818 additions and 0 deletions

11
Modelfile Normal file
View File

@@ -0,0 +1,11 @@
# 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