LucileSaulnier tom-doerr commited on
Commit
54766df
·
1 Parent(s): 3dc28cf

Fix INST end token (#37)

Browse files

- Fix INST end token (63f09cd68ee5a23379619a81c515d60bbfddeb89)


Co-authored-by: Tom Dörr <[email protected]>

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