Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- pytorch
|
6 |
+
- text-generation
|
7 |
+
- causal-lm
|
8 |
+
- rwkv
|
9 |
license: apache-2.0
|
10 |
+
datasets:
|
11 |
+
- the_pile
|
12 |
---
|
13 |
+
|
14 |
+
# RWKV-4 Pile Plus
|
15 |
+
|
16 |
+
## Model Description
|
17 |
+
|
18 |
+
These are RWKV-4-pile models finetuned on RedPajama and some of Pile v2.
|
19 |
+
|
20 |
+
See https://github.com/BlinkDL/RWKV-LM for details.
|
21 |
+
|
22 |
+
Use https://github.com/BlinkDL/ChatRWKV to run it.
|
23 |
+
|