LumenSyntax commited on
Commit
d5fe3ff
·
verified ·
1 Parent(s): 8014f07

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +15 -0
Modelfile ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./logos-theological-9b.gguf
2
+
3
+ TEMPLATE "<start_of_turn>user
4
+ {{ .Prompt }}<end_of_turn>
5
+ <start_of_turn>model
6
+ "
7
+
8
+ PARAMETER temperature 0.3
9
+ PARAMETER top_p 0.9
10
+ PARAMETER num_ctx 4096
11
+ PARAMETER num_predict 1024
12
+ PARAMETER repeat_penalty 1.1
13
+ PARAMETER stop "<start_of_turn>"
14
+ PARAMETER stop "<end_of_turn>"
15
+ PARAMETER stop "<eos>"