ehartford commited on
Commit
8994af9
·
1 Parent(s): 2b96272

Update README.md

Browse files

Fix [\INST] to [/INST]

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ For full details of this model please read our [release blog post](https://mistr
13
 
14
  ## Instruction format
15
 
16
- 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.
17
 
18
  E.g.
19
 
 
13
 
14
  ## Instruction format
15
 
16
+ 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.
17
 
18
  E.g.
19