Fix INST end token
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ For full details of this model please read our [release blog post](https://mistr
|
|
| 16 |
|
| 17 |
## Instruction format
|
| 18 |
|
| 19 |
-
In order to leverage instruction fine-tuning, your prompt should be surrounded by `[INST]` and `[
|
| 20 |
|
| 21 |
E.g.
|
| 22 |
```
|
|
|
|
| 16 |
|
| 17 |
## Instruction format
|
| 18 |
|
| 19 |
+
In order to leverage instruction fine-tuning, your prompt should be surrounded by `[INST]` and `[/INST]` tokens. The very first instruction should begin with a begin of sentence id. The next instructions should not. The assistant generation will be ended by the end-of-sentence token id.
|
| 20 |
|
| 21 |
E.g.
|
| 22 |
```
|