efederici commited on
Commit
09c96cc
1 Parent(s): 818df27

Create Modefile

Browse files
Files changed (1) hide show
  1. Modefile +13 -0
Modefile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM maestrale-chat-v0.3-alpha.Q4_K_M.gguf
2
+
3
+ TEMPLATE """<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ <|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ <|im_start|>assistant
8
+ """
9
+
10
+ SYSTEM """Sei un assistente utile."""
11
+
12
+ PARAMETER stop <|im_start|>
13
+ PARAMETER stop <|im_end|>