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

Model: BrainDelay/Mistral-Nemo-Punisher-Carnage-V2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-21 02:28:10 +08:00
commit c9a652d2bf
14 changed files with 716 additions and 0 deletions

10
Modelfile Normal file
View File

@@ -0,0 +1,10 @@
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<s>{{ if .System }}{{ .System }}
{{ 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