Update README.md
Browse files
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
|
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
|
|
|
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|>`.
|