Upload README.md
Browse files
README.md
CHANGED
|
@@ -93,16 +93,17 @@ The template used to construct a prompt for the instruct model is specified as f
|
|
| 93 |
<|im_start|>assistant
|
| 94 |
```
|
| 95 |
|
| 96 |
-
For the "{SYSTEM_PROMPT}" part, We recommend using "You are a helpful assistant."
|
| 97 |
|
| 98 |
-
For the "{USER_MESSAGE}" part, We recommend using {input}
|
| 99 |
|
| 100 |
In other words, We recommend the following:
|
| 101 |
|
| 102 |
```
|
| 103 |
<|im_start|>system
|
| 104 |
-
|
| 105 |
<|im_start|>user
|
|
|
|
| 106 |
{input}<|im_end|>
|
| 107 |
<|im_start|>assistant
|
| 108 |
```
|
|
|
|
| 93 |
<|im_start|>assistant
|
| 94 |
```
|
| 95 |
|
| 96 |
+
For the "{SYSTEM_PROMPT}" part, We recommend using "あなたは誠実で優秀な日本人のアシスタントです。" or "You are a helpful assistant."
|
| 97 |
|
| 98 |
+
For the "{USER_MESSAGE}" part, We recommend using {instruction}\n{input}
|
| 99 |
|
| 100 |
In other words, We recommend the following:
|
| 101 |
|
| 102 |
```
|
| 103 |
<|im_start|>system
|
| 104 |
+
あなたは誠実で優秀な日本人のアシスタントです。<|im_end|>
|
| 105 |
<|im_start|>user
|
| 106 |
+
{instruction}
|
| 107 |
{input}<|im_end|>
|
| 108 |
<|im_start|>assistant
|
| 109 |
```
|