Update README.md
Browse files
README.md
CHANGED
@@ -60,8 +60,8 @@ There has not been any form of harmfulness alignment done on this model, please
|
|
60 |
|
61 |
The model has been trained on standard "ChatML" format prompting, an example of which is shown below:
|
62 |
|
63 |
-
```
|
64 |
-
|
65 |
system prompt<|im_end|>
|
66 |
<|im_start|>user
|
67 |
Hi there!<|im_end|>
|
@@ -70,7 +70,6 @@ Nice to meet you!<|im_end|>
|
|
70 |
<|im_start|>user
|
71 |
Can I ask a question?<|im_end|>
|
72 |
<|im_start|>assistant
|
73 |
-
"""
|
74 |
```
|
75 |
|
76 |
|
|
|
60 |
|
61 |
The model has been trained on standard "ChatML" format prompting, an example of which is shown below:
|
62 |
|
63 |
+
```
|
64 |
+
<|im_start|>system
|
65 |
system prompt<|im_end|>
|
66 |
<|im_start|>user
|
67 |
Hi there!<|im_end|>
|
|
|
70 |
<|im_start|>user
|
71 |
Can I ask a question?<|im_end|>
|
72 |
<|im_start|>assistant
|
|
|
73 |
```
|
74 |
|
75 |
|