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

Model: kawaimasa/Wanabi-Novelist-12B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-22 05:07:56 +08:00
commit 59d93ad7bb
15 changed files with 8725 additions and 0 deletions

8
Modelfile Normal file
View File

@@ -0,0 +1,8 @@
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<s>{{ if .System }}[SYSTEM_PROMPT]{{ .System }}[/SYSTEM_PROMPT]{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}[INST]{{ .Content }}[/INST]{{ else if eq .Role "assistant" }}{{ .Content }}</s>{{ end }}{{ end }}"""
PARAMETER stop "</s>"
PARAMETER num_ctx 4096