BlinkDL commited on
Commit
6e6a314
·
verified ·
1 Parent(s): 10cdaac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ - fr
6
+ - es
7
+ - de
8
+ - pt
9
+ - ru
10
+ - it
11
+ - ja
12
+ - ko
13
+ - vi
14
+ - ar
15
+ tags:
16
+ - pytorch
17
+ - text-generation
18
+ - causal-lm
19
+ - rwkv
20
+ license: apache-2.0
21
+ datasets:
22
+ - HuggingFaceFW/fineweb-edu
23
+ - mlfoundations/dclm-baseline-1.0
24
+ - cerebras/SlimPajama-627B
25
+ - EleutherAI/pile
26
+ - bigcode/starcoderdata
27
+ - oscar-corpus/OSCAR-2301
28
+ ---
29
+
30
+ # RWKV7-G1 "GooseOne" pure RNN reasoning model
31
+
32
+ More info & Gradio demo: https://rwkv.com/
33
+
34
+ For developers: https://github.com/BlinkDL/RWKV-LM
35
+
36
+ Use rwkv pip package 0.8.28+ for RWKV-7 inference: https://pypi.org/project/rwkv/