Taishi-N324 commited on
Commit
006d8f4
1 Parent(s): f053604

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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} </s>[INST] {USER_MESSAGE_2}[/INST]
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] \n\n{instruction2}\n{input2} [/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