EugeneEvstafev commited on
Commit
c75f6f2
·
verified ·
1 Parent(s): 5ce9af1

feat: add Modelfile for task 4

Browse files
Files changed (1) hide show
  1. Modelfile +11 -0
Modelfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./model-f16.gguf
2
+
3
+ TEMPLATE """<|im_start|>user
4
+ {{ .Prompt }}<|im_end|>
5
+ <|im_start|>assistant
6
+ """
7
+
8
+ PARAMETER stop "<|im_start|>"
9
+ PARAMETER stop "<|im_end|>"
10
+ PARAMETER temperature 0.7
11
+ SYSTEM """You are a helpful assistant."""