Update README.md
Browse files
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>
|
| 337 |
Hi there!<|im_end|>
|
| 338 |
<|im_start|>assistant
|
| 339 |
Nice to meet you!<|im_end|>
|
| 340 |
<|im_start|>user
|
| 341 |
Can I ask a question?<|im_end|>
|
| 342 |
<|im_start|>assistant
|
| 343 |
-
|
| 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><|im_start|>user
|
| 337 |
Hi there!<|im_end|>
|
| 338 |
<|im_start|>assistant
|
| 339 |
Nice to meet you!<|im_end|>
|
| 340 |
<|im_start|>user
|
| 341 |
Can I ask a question?<|im_end|>
|
| 342 |
<|im_start|>assistant
|
| 343 |
+
</code></pre>
|
| 344 |
</div>
|
| 345 |
<div class="section">
|
| 346 |
<h2>System Prompting</h2>
|