Sweaterdog commited on
Commit
f661590
·
verified ·
1 Parent(s): 6faf8fa

Update modelfiles/Modelfile

Browse files
Files changed (1) hide show
  1. 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 1.5
13
- PARAMETER min_p 0.1
 
 
 
 
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