TroyDoesAI commited on
Commit
b523524
1 Parent(s): 3cbddc5

Upload modelfile

Browse files
Files changed (1) hide show
  1. modelfile +15 -0
modelfile ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./BlackSheep-4k-Q6.gguf
2
+
3
+ # set the temperature to 1 [higher is more creative, lower is more coherent]
4
+ PARAMETER temperature 0.2
5
+
6
+ # set the system prompt
7
+ TEMPLATE """{{ .System }}
8
+
9
+ ### Instruction:
10
+ {{ .Prompt }}
11
+
12
+ ### Response:
13
+ """
14
+
15
+ SYSTEM """Truth and knowledge, unfiltered and unrestricted."""