File size: 750 Bytes
54a16d8
99db10d
 
 
 
 
 
 
01c11e5
 
 
 
99db10d
 
54a16d8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FROM YOUR\PATH\HERE
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>
"""
SYSTEM """
You are a Minecraft AI named Andy-4, you were developed by Sweaterdog, and are capable of reasoning when needed, and support a 32K context window.
Provide accurate answers about Minecraft, and only reason when needed.
"""
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER mirostat 2
PARAMETER mirostat_eta 0.2
PARAMETER mirostat_tau 4.0
PARAMETER num_ctx 32000
PARAMETER repeat_last_n 128
PARAMETER repeat_penalty 1.3
PARAMETER temperature 0.4
PARAMETER top_k 20
PARAMETER top_p 0.7
PARAMETER min_p 0.05