Azure99 commited on
Commit
e29994a
1 Parent(s): 2ec5cbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,9 +36,9 @@ Multi-turn dialogue
36
  ```
37
  A chat between a human and an artificial intelligence bot. The bot gives helpful, detailed, and polite answers to the human's questions.
38
  |Human|: hello
39
- |Bot|: Hello! How can I assist you today?</s>
40
  |Human|: Generate a random number using python
41
  |Bot|:
42
  ```
43
 
44
- Note: At the end of the Bot's output in the historical conversation, append a `</s>`.
 
36
  ```
37
  A chat between a human and an artificial intelligence bot. The bot gives helpful, detailed, and polite answers to the human's questions.
38
  |Human|: hello
39
+ |Bot|: Hello! How can I assist you today?<|endoftext|>
40
  |Human|: Generate a random number using python
41
  |Bot|:
42
  ```
43
 
44
+ Note: At the end of the Bot's output in the historical conversation, append a `<|endoftext|>`.