Radu1999 commited on
Commit
8bb4718
1 Parent(s): 4c8f4c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ license: apache-2.0
10
 
11
  ## Instruction format
12
 
13
- 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.
14
 
15
  E.g.
16
  ```
 
10
 
11
  ## Instruction format
12
 
13
+ In order to leverage instruction fine-tuning, your prompt should be surrounded by `[INST]` and `[/INST]` tokens.
14
 
15
  E.g.
16
  ```