初始化项目,由ModelHub XC社区提供模型
Model: xxxxxccc/news_tech_Qwen2_7b_4bit_model Source: Original Platform
This commit is contained in:
14
Modelfile
Normal file
14
Modelfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM ./xxxxxccc/news_tech_Qwen2_7b_4bit_model/unsloth.BF16.gguf
|
||||
|
||||
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
|
||||
|
||||
### Instruction:
|
||||
{{ .Prompt }}{{ end }}
|
||||
|
||||
### Response:
|
||||
{{ .Response }}<|endoftext|>"""
|
||||
|
||||
PARAMETER stop "<|PAD_TOKEN|>"
|
||||
PARAMETER stop "<|im_end|>"
|
||||
PARAMETER stop "<|im_start|>"
|
||||
PARAMETER stop "<|endoftext|>"
|
||||
Reference in New Issue
Block a user