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

Model: RayXena/Deepseek-r1-chat-Argolivestock-7b-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-25 13:59:12 +08:00
commit 8a855dff9f
15 changed files with 615 additions and 0 deletions

12
Modelfile Normal file
View File

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