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

Model: xiaomaohuifaguang/wangge-DeepSeek-R1-1.5B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-24 07:55:06 +08:00
commit 7e11c3bd37
10 changed files with 757861 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