File size: 307 Bytes
1e5a5d1
d565007
 
 
 
 
 
 
 
 
 
 
 
1e5a5d1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM ngari-ft-distilled-q4_K_M.gguf

TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""

PARAMETER temperature 0.7
PARAMETER top_k 20
PARAMETER top_p 0.8
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"