efederici commited on
Commit
5dab352
1 Parent(s): 394f1c5

Create Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +13 -0
Modelfile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM maestrale-chat-v0.3-beta.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|>