Delta-Vector commited on
Commit
1a3d1bf
·
verified ·
1 Parent(s): 574ec47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -266,7 +266,7 @@
266
  transform: translateX(3px);
267
  }
268
  .axolotl-container {
269
- display: flex
270
  text-align: center; /* This is correctly applied to center the image itself */
271
  justify-content: center;
272
  margin: 30px 0;
@@ -333,14 +333,14 @@
333
  <div class="section">
334
  <h2>Prompting</h2>
335
  <p>Model has been tuned with the ChatML formatting. A typical input would look like this:</p>
336
- <pre><code>"""&lt;|im_start|&gt;user
337
  Hi there!&lt;|im_end|&gt;
338
  &lt;|im_start|&gt;assistant
339
  Nice to meet you!&lt;|im_end|&gt;
340
  &lt;|im_start|&gt;user
341
  Can I ask a question?&lt;|im_end|&gt;
342
  &lt;|im_start|&gt;assistant
343
- """</code></pre>
344
  </div>
345
  <div class="section">
346
  <h2>System Prompting</h2>
 
266
  transform: translateX(3px);
267
  }
268
  .axolotl-container {
269
+ display: flex;
270
  text-align: center; /* This is correctly applied to center the image itself */
271
  justify-content: center;
272
  margin: 30px 0;
 
333
  <div class="section">
334
  <h2>Prompting</h2>
335
  <p>Model has been tuned with the ChatML formatting. A typical input would look like this:</p>
336
+ <pre><code>&lt;|im_start|&gt;user
337
  Hi there!&lt;|im_end|&gt;
338
  &lt;|im_start|&gt;assistant
339
  Nice to meet you!&lt;|im_end|&gt;
340
  &lt;|im_start|&gt;user
341
  Can I ask a question?&lt;|im_end|&gt;
342
  &lt;|im_start|&gt;assistant
343
+ </code></pre>
344
  </div>
345
  <div class="section">
346
  <h2>System Prompting</h2>