Files
news_tech_Qwen2_7b_4bit_model/Modelfile

14 lines
413 B
Plaintext
Raw Normal View History

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