初始化项目,由ModelHub XC社区提供模型
Model: BrainDelay/Mistral-Nemo-Punisher-Carnage-V2 Source: Original Platform
This commit is contained in:
10
Modelfile
Normal file
10
Modelfile
Normal 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
|
||||
Reference in New Issue
Block a user