jiya2 commited on
Commit
4166170
·
verified ·
1 Parent(s): dd6266f

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +14 -0
Modelfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM /content/jiya2/model_ReadTestOETwith_unsloth_mistral-7b-bnb-4bit_18_10/unsloth.F16.gguf
2
+
3
+ TEMPLATE """Below are some instructions that describe some tasks. give responses that exact the format and structure of output.{{ if .Prompt }}
4
+
5
+ ### Instruction:
6
+ {{ .Prompt }}{{ end }}
7
+
8
+ ### Response:
9
+ {{ .Response }}</s>"""
10
+
11
+ PARAMETER stop "<unk>"
12
+ PARAMETER stop "</s>"
13
+ PARAMETER temperature 1.5
14
+ PARAMETER min_p 0.1