umisetokikaze
commited on
Commit
•
755e2ad
1
Parent(s):
1a5c075
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,14 @@ We would like to take this opportunity to thank
|
|
40 |
|
41 |
## Instruction format
|
42 |
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
## Example prompts to improve (Japanese)
|
46 |
|
|
|
40 |
|
41 |
## Instruction format
|
42 |
|
43 |
+
Ninja adopts the prompt format from Vicuna and supports multi-turn conversation.
|
44 |
+
The prompt should be as following:
|
45 |
+
```
|
46 |
+
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
47 |
+
USER: Hi ASSISTANT: Hello.</s>
|
48 |
+
USER: Who are you?
|
49 |
+
ASSISTANT: I am ninja.</s>
|
50 |
+
```
|
51 |
|
52 |
## Example prompts to improve (Japanese)
|
53 |
|