FROM /root/Shay1309/RNAME/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 stop " " | |
PARAMETER stop " " | |
PARAMETER temperature 1.5 | |
PARAMETER min_p 0.1 | |
SYSTEM "You are a helpful assistant" |