File size: 313 Bytes
997f499
fcf3ee8
 
 
7290b50
fcf3ee8
7290b50
 
 
 
 
fcf3ee8
1
2
3
4
5
6
7
8
9
10
11
12
FROM ./MiniArt-Uncensored-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.85
PARAMETER top_p 0.95
PARAMETER repeat_penalty 1.0
PARAMETER num_ctx 2048
PARAMETER stop "<|im_end|>"