pacozaa commited on
Commit
c5f01a7
1 Parent(s): ccebf32

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +11 -0
Modelfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./ggml-model-f32.gguf-Q4_K_M.gguf
2
+ TEMPLATE """<|tasktype|>
3
+ {{ if .System }}{{ .System }}{{ end }}
4
+ <|context|>
5
+ {{ .Prompt }}
6
+ <|task|>
7
+ """
8
+
9
+ PARAMETER stop "<|task|>"
10
+ PARAMETER stop "<|context|>"
11
+ PARAMETER stop "<|tasktype|>"