Sweaterdog
commited on
Update modelfiles/Modelfile
Browse files- modelfiles/Modelfile +7 -4
modelfiles/Modelfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
FROM /content/Sweaterdog/Andy-3.5/unsloth.F16.gguf
|
3 |
TEMPLATE """{{ if .System }}<|im_start|>system
|
4 |
{{ .System }}<|im_end|>
|
5 |
{{ end }}{{ if .Prompt }}<|im_start|>user
|
@@ -7,7 +6,11 @@ TEMPLATE """{{ if .System }}<|im_start|>system
|
|
7 |
{{ end }}<|im_start|>assistant
|
8 |
{{ .Response }}<|im_end|>
|
9 |
"""
|
|
|
10 |
PARAMETER stop "<|im_start|>"
|
11 |
PARAMETER stop "<|im_end|>"
|
12 |
-
PARAMETER temperature
|
13 |
-
PARAMETER
|
|
|
|
|
|
|
|
1 |
+
FROM your\path\here
|
|
|
2 |
TEMPLATE """{{ if .System }}<|im_start|>system
|
3 |
{{ .System }}<|im_end|>
|
4 |
{{ end }}{{ if .Prompt }}<|im_start|>user
|
|
|
6 |
{{ end }}<|im_start|>assistant
|
7 |
{{ .Response }}<|im_end|>
|
8 |
"""
|
9 |
+
SYSTEM """You are a Minecraft player who plays Minecraft by using commands"""
|
10 |
PARAMETER stop "<|im_start|>"
|
11 |
PARAMETER stop "<|im_end|>"
|
12 |
+
PARAMETER temperature 0.9
|
13 |
+
PARAMETER num_predict 8192
|
14 |
+
PARAMETER num_ctx 16000
|
15 |
+
PARAMETER top_k 75
|
16 |
+
PARAMETER top_p 0.8
|