File size: 330 Bytes
93f14af
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10

FROM /root/Shay1309/PycodeAllTest/unsloth.Q8_0.gguf
TEMPLATE """{{ if .System }}{{ .System }}
{{ end }}{{ if .Prompt }}>>> User: {{ .Prompt }}
{{ end }}>>> Assistant: {{ .Response }}<|endoftext|>
"""
PARAMETER stop "<|endoftext|>"
PARAMETER temperature 1.5
PARAMETER min_p 0.1
SYSTEM """You are a helpful assistant to the user"""