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

Model: NicholasLuo/model
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-21 17:56:17 +08:00
commit e77b750af1
7 changed files with 88 additions and 0 deletions

16
Modelfile Normal file
View File

@@ -0,0 +1,16 @@
FROM ./NicholasLuo/model/unsloth.Q8_0.gguf
TEMPLATE """Below describes some game players ask questions and assistant response.
User ask:{{ if .Prompt }}
{{ .Prompt }}{{ end }}
Assistant response:
{{ .Response }}<|end_of_text|>"""
PARAMETER stop "<|eom_id|>"
PARAMETER stop "<|python_tag|>"
PARAMETER stop "<|start_header_id|>"
PARAMETER stop "<|end_header_id|>"
PARAMETER stop "<|eot_id|>"
PARAMETER stop "<|finetune_right_pad_id|>"
PARAMETER stop "<|end_of_text|>"
PARAMETER stop "<|reserved_special_token_"