AdityaKothari commited on
Commit
e63adf6
1 Parent(s): 5c01516

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +20 -0
Modelfile ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./AdityaKothari/model/unsloth.F16.gguf
2
+
3
+ TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}</s>"""
10
+
11
+ PARAMETER stop "<unk>"
12
+ PARAMETER stop "[AVAILABLE_TOOLS]"
13
+ PARAMETER stop "[TOOL_CALLS]"
14
+ PARAMETER stop "[/INST]"
15
+ PARAMETER stop "[/AVAILABLE_TOOLS]"
16
+ PARAMETER stop "[INST]"
17
+ PARAMETER stop "[TOOL_RESULTS]"
18
+ PARAMETER stop "[/TOOL_RESULTS]"
19
+ PARAMETER stop "</s>"
20
+ PARAMETER stop "[control_"