Update README.md
Browse files
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 `[
|
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] μμ΄μ λ΄ν΄μ μ
μ μ μλ €μ€. [
|
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**
|