File size: 378 Bytes
031dd3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM ./coneml-810m-alpha-arithmetic-Q8_0.gguf

TEMPLATE """{{- range .Messages }}
{{- if eq .Role "system" }}System:
{{ .Content }}
{{- else if eq .Role "user" }}User:
{{ .Content }}
{{- else if eq .Role "assistant" }}Assistant:
{{ .Content }}<|endoftext|>
{{- end }}
{{- end }}Assistant:
"""

PARAMETER num_ctx 8192
PARAMETER repeat_penalty 1.15
PARAMETER stop "<|endoftext|>"