File size: 219 Bytes
dff8a73 |
1 2 3 4 5 6 7 8 |
FROM /content/paradox0bytes/dolphin-custom-trainedv5/unsloth.Q8_0.gguf
TEMPLATE """[INST] <<SYS>>{{ .System }}<</SYS>>
{{ .Prompt }} [/INST]"""
PARAMETER stop "<|im_end|>"
PARAMETER temperature 1.5
PARAMETER min_p 0.1 |