yam-peleg commited on
Commit
8908526
1 Parent(s): c4eb87a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 `<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
 
 
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