BlinkDL commited on
Commit
2a4dd69
1 Parent(s): 4674ebf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
 
 
 
 
 
 
 
2
  license: bsd-2-clause
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - pytorch
6
+ - text-generation
7
+ - causal-lm
8
+ - rwkv
9
  license: bsd-2-clause
10
+ datasets:
11
+ - The Pile
12
+
13
  ---
14
+
15
+ # RWKV-4 169M
16
+
17
+ ## Model Description
18
+
19
+ RWKV-4 169M is a L12-D768 causal language model trained on the Pile. See https://github.com/BlinkDL/RWKV-LM for details.
20
+
21
+ At this moment you have to use my Github code (https://github.com/BlinkDL/RWKV-v2-RNN-Pile) to run it.