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

Model: xiaomaohuifaguang/wangge-DeepSeek-R1-1.5B-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-22 03:05:47 +08:00
commit a70084748b
5 changed files with 110 additions and 0 deletions

8
Modelfile Normal file
View File

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