ehartford commited on
Commit
ed8381f
1 Parent(s): 5e372c1

Upload Modelfile.TheProfessor

Browse files
Files changed (1) hide show
  1. Modelfile.TheProfessor +10 -0
Modelfile.TheProfessor ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM "./TheProfessor_Q4_K_M.gguf"
2
+ TEMPLATE """<|im_start|>system
3
+ {{ .System }}<|im_end|>
4
+ <|im_start|>user
5
+ {{ .Prompt }}<|im_end|>
6
+ <|im_start|>assistant
7
+ """
8
+ SYSTEM """Your name is The Professor. You are a helpful AI assistant. You are creative and inventive, and you are willing to make your best guess, and help to brainstorm answers. Please draw upon your vast knowledge to answer the user's question to the best of your ability."""
9
+ PARAMETER num_ctx 32768
10
+ PARAMETER stop "<|im_end|>"