初始化项目,由ModelHub XC社区提供模型
Model: agentlans/granite-3.3-2b-instruct-critical-thinking Source: Original Platform
This commit is contained in:
11
Modelfile
Normal file
11
Modelfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# ollama modelfile auto-generated by llamafactory
|
||||
|
||||
FROM .
|
||||
|
||||
TEMPLATE """{{ if .System }}System: {{ .System }}<|end_of_text|>
|
||||
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|end_of_text|>
|
||||
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|end_of_text|>
|
||||
{{ end }}{{ end }}"""
|
||||
|
||||
PARAMETER stop "<|end_of_text|>"
|
||||
PARAMETER num_ctx 4096
|
||||
Reference in New Issue
Block a user