Update README.md
Browse files
README.md
CHANGED
@@ -28,10 +28,10 @@ Write a hello world program<end_of_turn>
|
|
28 |
Here is a simple hellow world program<end_of_turn><eos>
|
29 |
```
|
30 |
|
31 |
-
- The conversation starts with
|
32 |
-
- Each turn is preceded by a
|
33 |
-
- Turns finish with the
|
34 |
-
- Conversation finish with the
|
35 |
|
36 |
You can follow this format to build the prompt manually, if you need to do it without the tokenizer's chat template.
|
37 |
|
|
|
28 |
Here is a simple hellow world program<end_of_turn><eos>
|
29 |
```
|
30 |
|
31 |
+
- The conversation starts with **`<bos>`**.
|
32 |
+
- Each turn is preceded by a **`<start_of_turn>`** delimiter and then the role of the entity (`user` or `model`).
|
33 |
+
- Turns finish with the **`<end_of_turn>`** token.
|
34 |
+
- Conversation finish with the **`<eos>`** token.
|
35 |
|
36 |
You can follow this format to build the prompt manually, if you need to do it without the tokenizer's chat template.
|
37 |
|