Add metadata and link to Github repo
Browse filesThis PR adds metadata (library name and pipeline tag), and links the repository to the paper as well as the Github repository.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: rwkv-x
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model of the paper [RWKV-X: A Linear Complexity Hybrid Language Model](https://huggingface.co/papers/2504.21463).
|
8 |
+
|
9 |
+
For the code, see https://github.com/howard-hou/RWKV-X.
|