File size: 520 Bytes
7a10650 e2d98c0 a429168 e2d98c0 a429168 7a10650 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
FROM /root/Shay1309/GGUF_AMOD/unsloth.Q8_0.gguf
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
### Instruction:
{{ .Prompt }}{{ end }}
### Response:
{{ .Response }}<|endoftext|>"""
PARAMETER stop "<|assistant|>"
PARAMETER stop "<|user|>"
PARAMETER stop "<unk>"
PARAMETER stop "<|end|>"
PARAMETER stop "<|system|>"
PARAMETER stop "</s>"
PARAMETER stop "<|endoftext|>"
PARAMETER stop "<|placeholder"
PARAMETER temperature 1.5
PARAMETER min_p 0.1
SYSTEM "You are a helpful assistant" |