Delta-Vector
commited on
Commit
•
e93c2f0
1
Parent(s):
149d7c4
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ This is the eighth in a series of models designed to replicate the prose quality
|
|
15 |
Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
|
16 |
|
17 |
```py
|
18 |
-
|
19 |
system prompt<|im_end|>
|
20 |
<|im_start|>user
|
21 |
Hi there!<|im_end|>
|
@@ -24,7 +24,6 @@ Nice to meet you!<|im_end|>
|
|
24 |
<|im_start|>user
|
25 |
Can I ask a question?<|im_end|>
|
26 |
<|im_start|>assistant
|
27 |
-
"""
|
28 |
```
|
29 |
|
30 |
## Support
|
|
|
15 |
Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
|
16 |
|
17 |
```py
|
18 |
+
<|im_start|>system
|
19 |
system prompt<|im_end|>
|
20 |
<|im_start|>user
|
21 |
Hi there!<|im_end|>
|
|
|
24 |
<|im_start|>user
|
25 |
Can I ask a question?<|im_end|>
|
26 |
<|im_start|>assistant
|
|
|
27 |
```
|
28 |
|
29 |
## Support
|