chohtet commited on
Commit
852ecaa
1 Parent(s): 1bea85c

Rename Modelfile.txt to Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile.txt → Modelfile +5 -3
Modelfile.txt → Modelfile RENAMED
@@ -1,5 +1,4 @@
1
-
2
- FROM ./chohtet/mistral_12b_it_G_epoch4_q4km/unsloth.Q4_K_M.gguf
3
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
4
 
5
  {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
@@ -9,4 +8,7 @@ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
9
  {{ .Response }}<|eot_id|>"""
10
  PARAMETER stop "<|start_header_id|>"
11
  PARAMETER stop "<|end_header_id|>"
12
- PARAMETER stop "<|eot_id|>"
 
 
 
 
1
+ FROM ./unsloth.Q4_K_M.gguf
 
2
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
3
 
4
  {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
 
8
  {{ .Response }}<|eot_id|>"""
9
  PARAMETER stop "<|start_header_id|>"
10
  PARAMETER stop "<|end_header_id|>"
11
+ PARAMETER stop "<|eot_id|>"
12
+ PARAMETER num_ctx 32768
13
+ PARAMETER temperature 0.0
14
+ PARAMETER seed 42