ehartford commited on
Commit
f9e4b34
1 Parent(s): d852683

Upload Modelfile.professor

Browse files
Files changed (1) hide show
  1. Modelfile.professor +10 -0
Modelfile.professor 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 TheProfessor. 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|>"