ehartford commited on
Commit
cc360c7
1 Parent(s): 578097e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -10,10 +10,30 @@ tags:
10
  - merge
11
  ---
12
 
13
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
-
15
  <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/VPrrQhxZis4xkocEPCaz5.jpeg" width="600" />
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ## Merge Details
18
  ### Merge Method
19
 
 
10
  - merge
11
  ---
12
 
 
 
13
  <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/VPrrQhxZis4xkocEPCaz5.jpeg" width="600" />
14
 
15
+ TheProfessor is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
16
+
17
+ Prompt format:
18
+ This model uses ChatML prompt format.
19
+ ```
20
+ <|im_start|>system
21
+ You are TheProfessor, a helpful AI assistant.<|im_end|>
22
+ <|im_start|>user
23
+ {prompt}<|im_end|>
24
+ <|im_start|>assistant
25
+
26
+ ```
27
+
28
+ Example:
29
+ ```
30
+ <|im_start|>system
31
+ You are TheProfessor, a superintelligent AI assistant that is creative and able to invent new ideas.<|im_end|>
32
+ <|im_start|>user
33
+ Please give me ideas for my dissertation. My Ph.D. is Neuroscience, I like to focus on applied theory.<|im_end|>
34
+ <|im_start|>assistant
35
+ ```
36
+
37
  ## Merge Details
38
  ### Merge Method
39