Update README.md
Browse files
README.md
CHANGED
@@ -36,3 +36,16 @@ For developers: https://github.com/BlinkDL/RWKV-LM
|
|
36 |
Use rwkv pip package 0.8.29+ for RWKV-7 inference: https://pypi.org/project/rwkv/
|
37 |
|
38 |
!!! There should not be any space at the end of your input (so strip it) or you will upset the tokenizer and see non-English reponse !!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
Use rwkv pip package 0.8.29+ for RWKV-7 inference: https://pypi.org/project/rwkv/
|
37 |
|
38 |
!!! There should not be any space at the end of your input (so strip it) or you will upset the tokenizer and see non-English reponse !!!
|
39 |
+
|
40 |
+
Chat prompt (better replace all \n\n in your_prompt to \n):
|
41 |
+
```
|
42 |
+
User: your_prompt
|
43 |
+
|
44 |
+
Assistant:
|
45 |
+
```
|
46 |
+
Think prompt:
|
47 |
+
```
|
48 |
+
User: your_prompt
|
49 |
+
|
50 |
+
Assistant: <think
|
51 |
+
```
|