File size: 470 Bytes
f974684
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FROM ./shaythuram/ShayFin/unsloth.Q8_0.gguf

TEMPLATE """{{ if .System }}{{ .System }}{{ end }}{{ if .Prompt }}

    ### Instruction:
    {{ .Prompt }}{{ end }}

    ### Response:
    {{ .Response }}<|endoftext|>"""

PARAMETER stop "<|system|>"
PARAMETER stop "</s>"
PARAMETER stop "<unk>"
PARAMETER stop "<|user|>"
PARAMETER stop "<|assistant|>"
PARAMETER stop "<|end|>"
PARAMETER stop "<|endoftext|>"
PARAMETER stop "<|placeholder"
SYSTEM "You are a helpful assistant"