Taishi-N324
commited on
Commit
•
984da50
1
Parent(s):
cb9a5af
Update README.md
Browse files
README.md
CHANGED
@@ -153,7 +153,7 @@ This format must be adhered to strictly, as deviations may result in less optima
|
|
153 |
The template used to construct a prompt for the Instruct model is specified as follows:
|
154 |
|
155 |
```
|
156 |
-
<s>[INST] <<SYS>>\n{SYSTEM_PROMPT}\n<</SYS>>\n\n{USER_MESSAGE_1} [/INST] {BOT_MESSAGE_1}
|
157 |
```
|
158 |
|
159 |
|
@@ -165,8 +165,8 @@ For the "{USER_MESSAGE_1}" part, We recommend using {instruction}\n{input}
|
|
165 |
|
166 |
In other words, We recommend the following:
|
167 |
|
168 |
-
```
|
169 |
-
<s>[INST] <<SYS>>\nあなたは誠実で優秀な日本人のアシスタントです。\n<</SYS>>\n\n{instruction1}\n{input1} [/INST] {BOT_MESSAGE_1}</s>[INST]
|
170 |
```
|
171 |
|
172 |
|
|
|
153 |
The template used to construct a prompt for the Instruct model is specified as follows:
|
154 |
|
155 |
```
|
156 |
+
<s>[INST] <<SYS>>\n{SYSTEM_PROMPT}\n<</SYS>>\n\n{USER_MESSAGE_1} [/INST] {BOT_MESSAGE_1}</s>[INST] {USER_MESSAGE_2} [/INST]
|
157 |
```
|
158 |
|
159 |
|
|
|
165 |
|
166 |
In other words, We recommend the following:
|
167 |
|
168 |
+
```
|
169 |
+
<s>[INST] <<SYS>>\nあなたは誠実で優秀な日本人のアシスタントです。\n<</SYS>>\n\n{instruction1}\n{input1} [/INST] {BOT_MESSAGE_1}</s>[INST] {instruction2}\n{input2} [/INST]
|
170 |
```
|
171 |
|
172 |
|