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

Model: 24-mohamedyehia/Gloss2Text-V1-Gemma3-270M
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-05 03:31:16 +08:00
commit 3beddb65f6
9 changed files with 273 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