illusin commited on
Commit
4394a4f
·
verified ·
1 Parent(s): 6d9fd3a

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +20 -0
Modelfile ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./illusin/reflection1/unsloth.F16.gguf
2
+
3
+ TEMPLATE """{{ if .System }}Below are some instructions that describe some tasks. Write responses that appropriately complete each request.
4
+ {{ .System }}{{ end }}{{ if .Prompt }}
5
+
6
+ ### Instruction:
7
+ {{ .Prompt }}{{ end }}
8
+
9
+ ### Response:
10
+ {{ .Response }}<|end_of_text|>"""
11
+
12
+ PARAMETER stop "<|eom_id|>"
13
+ PARAMETER stop "<|python_tag|>"
14
+ PARAMETER stop "<|eot_id|>"
15
+ PARAMETER stop "<|start_header_id|>"
16
+ PARAMETER stop "<|end_header_id|>"
17
+ PARAMETER stop "<|finetune_right_pad_id|>"
18
+ PARAMETER stop "<|end_of_text|>"
19
+ PARAMETER stop "<|reserved_special_token_"
20
+ SYSTEM "Below are some instructions that describe some tasks. Write responses that appropriately complete each request."