Update README.md
Browse files
README.md
CHANGED
@@ -32,9 +32,9 @@ RWKV-4 trained on 100+ world languages (70% English, 15% multilang, 15% code).
|
|
32 |
Some_Pile + Some_RedPajama + Some_OSCAR + All_Wikipedia + All_ChatGPT_Data_I_can_find
|
33 |
|
34 |
How to use:
|
35 |
-
* use
|
36 |
-
* use
|
37 |
-
*
|
38 |
|
39 |
The differences between World & Raven:
|
40 |
* set pipeline = PIPELINE(model, "rwkv_vocab_v20230424") instead of 20B_tokenizer.json (EXACTLY AS WRITTEN HERE. "rwkv_vocab_v20230424" is included in rwkv 0.7.4+)
|
|
|
32 |
Some_Pile + Some_RedPajama + Some_OSCAR + All_Wikipedia + All_ChatGPT_Data_I_can_find
|
33 |
|
34 |
How to use:
|
35 |
+
* use https://github.com/josStorer/RWKV-Runner for GUI
|
36 |
+
* use latest rwkv pip package (0.8.0+)
|
37 |
+
* use https://github.com/BlinkDL/ChatRWKV/blob/main/v2/benchmark_world.py and https://github.com/BlinkDL/ChatRWKV/blob/main/API_DEMO_WORLD.py to test it
|
38 |
|
39 |
The differences between World & Raven:
|
40 |
* set pipeline = PIPELINE(model, "rwkv_vocab_v20230424") instead of 20B_tokenizer.json (EXACTLY AS WRITTEN HERE. "rwkv_vocab_v20230424" is included in rwkv 0.7.4+)
|