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

Model: TRomily/PCaPLMM_SFT
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-27 21:35:13 +08:00
commit 93a5c2b255
19 changed files with 1884 additions and 0 deletions

11
Modelfile Normal file
View File

@@ -0,0 +1,11 @@
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}System: {{ .System }}</s>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}</s>
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}</s>
{{ end }}{{ end }}"""
PARAMETER stop "</s>"
PARAMETER num_ctx 4096