maywell commited on
Commit
900f0a9
Β·
1 Parent(s): c63e3be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,12 +30,12 @@ A6000 48GB * 8
30
 
31
  ## Instruction format
32
 
33
- 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.
34
  Plus, It is strongly recommended to add a space at the end of the prompt.
35
 
36
  E.g.
37
  ```
38
- text = "<s>[INST] μ•„μ΄μž‘ λ‰΄ν„΄μ˜ 업적을 μ•Œλ €μ€˜. [/INST] "
39
  ```
40
 
41
  # **Model Benchmark**
 
30
 
31
  ## Instruction format
32
 
33
+ 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.
34
  Plus, It is strongly recommended to add a space at the end of the prompt.
35
 
36
  E.g.
37
  ```
38
+ text = "<s>[INST] μ•„μ΄μž‘ λ‰΄ν„΄μ˜ 업적을 μ•Œλ €μ€˜. [\INST] "
39
  ```
40
 
41
  # **Model Benchmark**