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

Model: ccArtermices/DeepseekR1-7B-NPC
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-01 03:31:15 +08:00
commit dc2538ce19
14 changed files with 728 additions and 0 deletions

8
Modelfile Normal file
View File

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