Sweaterdog
commited on
Update modelfiles/Modelfile 2
Browse files- modelfiles/Modelfile 2 +8 -3
modelfiles/Modelfile 2
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
TEMPLATE """{{- if .Messages }}
|
3 |
{{- if or .System .Tools }}<|im_start|>system
|
4 |
{{- if .System }}
|
@@ -50,7 +50,12 @@ For each function call, return a json object with function name and arguments wi
|
|
50 |
{{ end }}<|im_start|>assistant
|
51 |
{{ end }}{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}
|
52 |
"""
|
|
|
53 |
PARAMETER stop "<|im_start|>"
|
54 |
PARAMETER stop "<|im_end|>"
|
55 |
-
PARAMETER temperature
|
56 |
-
PARAMETER min_p 0.1
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM your\path\here
|
2 |
TEMPLATE """{{- if .Messages }}
|
3 |
{{- if or .System .Tools }}<|im_start|>system
|
4 |
{{- if .System }}
|
|
|
50 |
{{ end }}<|im_start|>assistant
|
51 |
{{ end }}{{ .Response }}{{ if .Response }}<|im_end|>{{ end }}
|
52 |
"""
|
53 |
+
SYSTEM """You are a Minecraft player who plays Minecraft by using commands"""
|
54 |
PARAMETER stop "<|im_start|>"
|
55 |
PARAMETER stop "<|im_end|>"
|
56 |
+
PARAMETER temperature 0.9
|
57 |
+
PARAMETER min_p 0.1
|
58 |
+
PARAMETER num_predict 8192
|
59 |
+
PARAMETER num_ctx 32000
|
60 |
+
PARAMETER top_k 45
|
61 |
+
PARAMETER top_p 0.8
|