IsaacTai34 commited on
Commit
83aa1d3
1 Parent(s): 5a25f41

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +15 -0
Modelfile ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./IsaacTai34/MathsModel/unsloth.Q8_0.gguf
2
+
3
+ TEMPLATE """Below are some instructions given by user which could be in the any form. Write a response that could appropriately complete the request. {{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}<|end_of_text|>"""
10
+
11
+ PARAMETER stop "<|end_header_id|>"
12
+ PARAMETER stop "<|start_header_id|>"
13
+ PARAMETER stop "<|eot_id|>"
14
+ PARAMETER stop "<|end_of_text|>"
15
+ PARAMETER stop "<|reserved_special_token_"