Taishi-N324 commited on
Commit
15f130f
1 Parent(s): 8b17f1c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -97,7 +97,7 @@ This format must be adhered to strictly, as deviations may result in less optima
97
  The template used to construct a prompt for the Instruct model is specified as follows:
98
 
99
  ```
100
- <s>[INST] <<SYS>>\n{SYSTEM_PROMPT}\n<</SYS>>\n\n{USER_MESSAGE_1} [/INST] {BOT_MESSAGE_1} </s>[INST] {USER_MESSAGE_2}[/INST]
101
  ```
102
 
103
 
@@ -109,8 +109,8 @@ For the "{USER_MESSAGE_1}" part, We recommend using {instruction}\n{input}
109
 
110
  In other words, We recommend the following:
111
 
112
- ```
113
- <s>[INST] <<SYS>>\nあなたは誠実で優秀な日本人のアシスタントです。\n<</SYS>>\n\n{instruction1}\n{input1} [/INST] {BOT_MESSAGE_1}</s>[INST] \n\n{instruction2}\n{input2} [/INST]
114
  ```
115
 
116
  ### Use the instruct model Ver0.1
 
97
  The template used to construct a prompt for the Instruct model is specified as follows:
98
 
99
  ```
100
+ <s>[INST] <<SYS>>\n{SYSTEM_PROMPT}\n<</SYS>>\n\n{USER_MESSAGE_1} [/INST] {BOT_MESSAGE_1}</s>[INST] {USER_MESSAGE_2} [/INST]
101
  ```
102
 
103
 
 
109
 
110
  In other words, We recommend the following:
111
 
112
+ ```
113
+ <s>[INST] <<SYS>>\nあなたは誠実で優秀な日本人のアシスタントです。\n<</SYS>>\n\n{instruction1}\n{input1} [/INST] {BOT_MESSAGE_1}</s>[INST] {instruction2}\n{input2} [/INST]
114
  ```
115
 
116
  ### Use the instruct model Ver0.1