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

Model: cjvt/GaMS-9B-Instruct-Lex
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-26 23:23:18 +08:00
commit 719148895e
15 changed files with 2795 additions and 0 deletions

15
Modelfile Normal file
View File

@@ -0,0 +1,15 @@
# 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 "<eos>"
PARAMETER stop "<end_of_turn>"
PARAMETER num_ctx 4096