Sweaterdog commited on
Commit
17aa98d
·
verified ·
1 Parent(s): 09bc879

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +4 -11
Modelfile CHANGED
@@ -1,4 +1,5 @@
1
- FROM keep\the\word\from\before\this\YOUR\PATH\HERE\MODEL.GGUF
 
2
  TEMPLATE """{{ if .System }}<|im_start|>system
3
  {{ .System }}<|im_end|>
4
  {{ end }}{{ if .Prompt }}<|im_start|>user
@@ -8,13 +9,5 @@ TEMPLATE """{{ if .System }}<|im_start|>system
8
  """
9
  PARAMETER stop "<|im_start|>"
10
  PARAMETER stop "<|im_end|>"
11
- PARAMETER mirostat 2
12
- PARAMETER mirostat_eta 0.2
13
- PARAMETER mirostat_tau 4.0
14
- PARAMETER num_ctx 32000
15
- PARAMETER repeat_last_n 128
16
- PARAMETER repeat_penalty 1.3
17
- PARAMETER temperature 0.4
18
- PARAMETER top_k 20
19
- PARAMETER top_p 0.7
20
- PARAMETER min_p 0.05
 
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
 
9
  """
10
  PARAMETER stop "<|im_start|>"
11
  PARAMETER stop "<|im_end|>"
12
+ PARAMETER temperature 1.5
13
+ PARAMETER min_p 0.1