Files
ModelHub XC c9a652d2bf 初始化项目,由ModelHub XC社区提供模型
Model: BrainDelay/Mistral-Nemo-Punisher-Carnage-V2
Source: Original Platform
2026-07-21 02:28:10 +08:00

11 lines
308 B
Plaintext

# 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