Update README.md
Browse files
README.md
CHANGED
|
@@ -124,7 +124,7 @@ User prompt...
|
|
| 124 |
"""
|
| 125 |
```
|
| 126 |
|
| 127 |
-
In this format, the system section is optional and the conversation can be either single-turn or multi-turn. When applying inference, you always make your input string end with "\<s\>bot" to ask the model generating answers.
|
| 128 |
|
| 129 |
|
| 130 |
## Quickstart
|
|
|
|
| 124 |
"""
|
| 125 |
```
|
| 126 |
|
| 127 |
+
In this format, the system section is optional and the conversation can be either single-turn or multi-turn. When applying inference, you always make your input string end with "\<s\>bot\n" to ask the model generating answers.
|
| 128 |
|
| 129 |
|
| 130 |
## Quickstart
|