Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ tags:
|
|
9 |
- Format: ChatML
|
10 |
- ```
|
11 |
<|im_start|>system
|
12 |
-
|
13 |
<|im_start|>user
|
14 |
-
|
15 |
<|im_start|>assistant
|
16 |
```
|
17 |
- Next step would be to do a DPO train on top, but I don't know if it would be helpful.
|
|
|
9 |
- Format: ChatML
|
10 |
- ```
|
11 |
<|im_start|>system
|
12 |
+
{system}<|im_end|>
|
13 |
<|im_start|>user
|
14 |
+
{prompt}<|im_end|>
|
15 |
<|im_start|>assistant
|
16 |
```
|
17 |
- Next step would be to do a DPO train on top, but I don't know if it would be helpful.
|