Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
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 |
+
|
15 |
+
# RWKV-4 Novel Models
|
16 |
+
|
17 |
+
## Model Description
|
18 |
+
|
19 |
+
These are RWKV-4-Pile models finetuned on novels.
|
20 |
+
|
21 |
+
Currently I am doing it for Chn novels. More languages to come.
|