Files
news_tech_Qwen2_7b_4bit_model/Modelfile
ModelHub XC 433bcbce67 初始化项目,由ModelHub XC社区提供模型
Model: xxxxxccc/news_tech_Qwen2_7b_4bit_model
Source: Original Platform
2026-04-20 19:34:58 +08:00

14 lines
413 B
Plaintext

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|>"