umisetokikaze commited on
Commit
4d2be48
1 Parent(s): 85c7367

Update README.md

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