Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,11 @@ datasets:
|
|
18 |
|
19 |
These are RWKV-4-Pile 1.5/3/7/14B models finetuned on Alpaca, CodeAlpaca, Guanaco, GPT4All, ShareGPT and more. **Even the 1.5B model is surprisingly good for its size.**
|
20 |
|
21 |
-
Gradio Demo: https://huggingface.co/spaces/BlinkDL/Raven-RWKV-7B
|
22 |
|
23 |
-
|
|
|
|
|
24 |
|
25 |
See https://github.com/BlinkDL/RWKV-LM for details on the RWKV Language Model (100% RNN).
|
26 |
|
|
|
18 |
|
19 |
These are RWKV-4-Pile 1.5/3/7/14B models finetuned on Alpaca, CodeAlpaca, Guanaco, GPT4All, ShareGPT and more. **Even the 1.5B model is surprisingly good for its size.**
|
20 |
|
21 |
+
Gradio Demo: https://huggingface.co/spaces/BlinkDL/Raven-RWKV-7B and https://huggingface.co/spaces/BlinkDL/ChatRWKV-gradio
|
22 |
|
23 |
+
RWKV models inference: https://github.com/BlinkDL/ChatRWKV (fast CUDA).
|
24 |
+
|
25 |
+
Q8_0 models inference: https://github.com/saharNooby/rwkv.cpp (fast CPU).
|
26 |
|
27 |
See https://github.com/BlinkDL/RWKV-LM for details on the RWKV Language Model (100% RNN).
|
28 |
|