taowang1993 commited on
Commit
ac3bbd3
·
verified ·
1 Parent(s): ca0b70e

Create Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +10 -0
Modelfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM Losspost/stella_en_1.5b_v5
2
+
3
+ # Define the stop tokens as shown in the params
4
+ PARAMETER stop "<|im_start|>"
5
+ PARAMETER stop "<|im_end|>"
6
+ PARAMETER stop "<|endoftext|>"
7
+
8
+ # Define the template as shown in the screenshot
9
+ TEMPLATE """<|im_start|>system <|im_end|> <|im_start|>user <|im_end|> <|im_start|>assistant"""
10
+