BlinkDL commited on
Commit
28995c6
1 Parent(s): 10801aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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
- Use https://github.com/BlinkDL/ChatRWKV (fast CUDA) or https://github.com/saharNooby/rwkv.cpp (fast CPU, use INT8 for best results) to run them.
 
 
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