Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,11 @@ Use https://github.com/BlinkDL/ChatRWKV to run them.
|
|
24 |
|
25 |
See https://github.com/BlinkDL/RWKV-LM for details on the RWKV Language Model (100% RNN).
|
26 |
|
|
|
|
|
|
|
|
|
|
|
27 |
New models will be named like Eng99%-Other1% and so on.
|
28 |
|
29 |
Old models:
|
|
|
24 |
|
25 |
See https://github.com/BlinkDL/RWKV-LM for details on the RWKV Language Model (100% RNN).
|
26 |
|
27 |
+
Best Prompt Format (NOTE: no space after "Alice:"):
|
28 |
+
```
|
29 |
+
Bob: xxxxxxxxxxxxxxxxxx\n\nAlice:
|
30 |
+
Bob: xxxxxxxxxxxxxxxxxx\n\nAlice: xxxxxxxxxxxxx\n\nBob: xxxxxxxxxxxxxxxx\n\nAlice:
|
31 |
+
```
|
32 |
New models will be named like Eng99%-Other1% and so on.
|
33 |
|
34 |
Old models:
|