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

Model: andersm9/Gemma3-1B-it-Merge
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-29 10:42:20 +08:00
commit 88f157567f
8 changed files with 217 additions and 0 deletions

14
Modelfile Normal file
View File

@@ -0,0 +1,14 @@
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<bos>{{ if .System }}{{ .System }}
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<start_of_turn>user
{{ .Content }}<end_of_turn>
<start_of_turn>model
{{ else if eq .Role "assistant" }}{{ .Content }}<end_of_turn>
{{ end }}{{ end }}"""
PARAMETER stop "<end_of_turn>"
PARAMETER num_ctx 4096