Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ datasets:
|
|
30 |
RWKV-4 trained on 100+ world languages.
|
31 |
|
32 |
How to use:
|
33 |
-
* use latest rwkv pip package
|
34 |
* use latest ChatRWKV v2/chat.py
|
35 |
* set pipeline = PIPELINE(model, "rwkv_vocab_v20230424") instead of 20B_tokenizer.json
|
36 |
* Use Q/A or User/AI or Human/Bot prompt, instead of Bob/Alice
|
|
|
30 |
RWKV-4 trained on 100+ world languages.
|
31 |
|
32 |
How to use:
|
33 |
+
* use latest rwkv pip package (0.7.4+)
|
34 |
* use latest ChatRWKV v2/chat.py
|
35 |
* set pipeline = PIPELINE(model, "rwkv_vocab_v20230424") instead of 20B_tokenizer.json
|
36 |
* Use Q/A or User/AI or Human/Bot prompt, instead of Bob/Alice
|