14 lines
413 B
Plaintext
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|>" |