初始化项目,由ModelHub XC社区提供模型
Model: NicholasLuo/model Source: Original Platform
This commit is contained in:
16
Modelfile
Normal file
16
Modelfile
Normal 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_"
|
||||
Reference in New Issue
Block a user