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

Model: xxxxxccc/news_tech_Qwen2_7b_4bit_model
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-20 19:34:58 +08:00
commit 433bcbce67
20 changed files with 455143 additions and 0 deletions

14
Modelfile Normal file
View 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|>"