初始化项目,由ModelHub XC社区提供模型
Model: 24-mohamedyehia/Gloss2Text-V1-Gemma3-270M Source: Original Platform
This commit is contained in:
14
Modelfile
Normal file
14
Modelfile
Normal 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
|
||||
Reference in New Issue
Block a user