Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: apache-2.0
|
|
9 |
|
10 |
> I'm simply exploring the possibility of linearizing existing Transformer models.
|
11 |
> It's still far from perfect,
|
12 |
-
> but I hope you'll bear with me as I continue this journey.
|
13 |
|
14 |
### Model Description
|
15 |
|
@@ -88,7 +88,11 @@ curl http://127.0.0.1:9000/loadmodel -X POST -H "Content-Type: application/json"
|
|
88 |
```
|
89 |
|
90 |
## Thank you for Big help :)
|
91 |
-
- SmerkyG Inspired by RADLADS (https://arxiv.org/abs/2505.03005)
|
|
|
|
|
|
|
|
|
92 |
|
93 |
|
94 |
## Model Card Contact
|
|
|
9 |
|
10 |
> I'm simply exploring the possibility of linearizing existing Transformer models.
|
11 |
> It's still far from perfect,
|
12 |
+
> but I hope you'll bear with me as I continue this journey. :)
|
13 |
|
14 |
### Model Description
|
15 |
|
|
|
88 |
```
|
89 |
|
90 |
## Thank you for Big help :)
|
91 |
+
- SmerkyG Inspired by RADLADS (https://arxiv.org/abs/2505.03005)
|
92 |
+
- https://github.com/recursal/RADLADS-paper
|
93 |
+
|
94 |
+
## Training Code
|
95 |
+
- https://github.com/OpenMOSE/RWKVInside (still buggy)
|
96 |
|
97 |
|
98 |
## Model Card Contact
|