ehartford commited on
Commit
9d6b485
·
verified ·
1 Parent(s): f9e4b34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -48,6 +48,20 @@ Please give me ideas for my dissertation. My Ph.D. is Neuroscience, I like to f
48
  <|im_start|>assistant
49
  ```
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ## Evals
52
 
53
  ```
 
48
  <|im_start|>assistant
49
  ```
50
 
51
+ Ollama ModelFile:
52
+ ```
53
+ FROM "./TheProfessor_Q4_K_M.gguf"
54
+ TEMPLATE """<|im_start|>system
55
+ {{ .System }}<|im_end|>
56
+ <|im_start|>user
57
+ {{ .Prompt }}<|im_end|>
58
+ <|im_start|>assistant
59
+ """
60
+ 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."""
61
+ PARAMETER num_ctx 32768
62
+ PARAMETER stop "<|im_end|>"
63
+ ```
64
+
65
  ## Evals
66
 
67
  ```