kartikm7 commited on
Commit
a792707
1 Parent(s): e7912b3

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +14 -0
Modelfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./kartikm7/indian-lawen2-1.5b/unsloth.Q8_0.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 }}
7
+
8
+ {{ end }}### Response:
9
+ {{ .Response }}<|endoftext|>"""
10
+
11
+ PARAMETER stop "<|PAD_TOKEN|>"
12
+ PARAMETER stop "<|im_start|>"
13
+ PARAMETER stop "<|im_end|>"
14
+ PARAMETER stop "<|endoftext|>"