Files
ModelHub XC 3beddb65f6 初始化项目,由ModelHub XC社区提供模型
Model: 24-mohamedyehia/Gloss2Text-V1-Gemma3-270M
Source: Original Platform
2026-06-05 03:31:16 +08:00

15 lines
369 B
Plaintext

# 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