File size: 439 Bytes
8766f59 e2cc0b0 8766f59 e2cc0b0 8766f59 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
FROM /root/Shay1309/patentia/unsloth.Q8_0.gguf
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}
### Instruction:
{{ .Prompt }}{{ end }}
### Response:
{{ .Response }}<eos>"""
PARAMETER stop "[toxicity=0]"
PARAMETER stop "[@BOS@]"
PARAMETER stop "<eos>"
PARAMETER stop "<unused"
PARAMETER stop " "
PARAMETER stop " "
PARAMETER temperature 1.5
PARAMETER min_p 0.1
SYSTEM "You are a helpful assistant" |