Delta-Vector commited on
Commit
5ec249f
·
verified ·
1 Parent(s): 7c62052

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -139,9 +139,15 @@ These are static GGUF quants.
139
  <p>A series of Merges made for Roleplaying & Creative Writing, This model uses Rei-12B and Francois-Huali-12B and Slerp to merge the 2 models.</p>
140
  <h3>ChatML formatting</h3>
141
  <pre>
142
- """
143
- ### INPUT:
144
- ### OUTPUT:
 
 
 
 
 
 
145
  """
146
  </pre>
147
  <h3>MergeKit Configuration</h3>
 
139
  <p>A series of Merges made for Roleplaying & Creative Writing, This model uses Rei-12B and Francois-Huali-12B and Slerp to merge the 2 models.</p>
140
  <h3>ChatML formatting</h3>
141
  <pre>
142
+ """<|im_start|>system
143
+ system prompt<|im_end|>
144
+ <|im_start|>user
145
+ Hi there!<|im_end|>
146
+ <|im_start|>assistant
147
+ Nice to meet you!<|im_end|>
148
+ <|im_start|>user
149
+ Can I ask a question?<|im_end|>
150
+ <|im_start|>assistant
151
  """
152
  </pre>
153
  <h3>MergeKit Configuration</h3>