Spaces:
Sleeping
Sleeping
taowang1993
commited on
Create Modelfile
Browse files
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 |
+
|