devingulliver
commited on
Commit
•
62088f1
1
Parent(s):
4a1754e
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ archlinks = {
|
|
11 |
"Mamba": "https://arxiv.org/abs/2312.00752",
|
12 |
"RWKV-4": "https://arxiv.org/abs/2305.13048",
|
13 |
"Based": "https://arxiv.org/abs/2402.18668",
|
14 |
-
"RWKV-5": "https://
|
15 |
-
"StripedHyena": "https://www.together.ai/blog/stripedhyena-7b", #
|
16 |
}
|
17 |
|
18 |
#def filter_table(cols, name, type, arch, license):
|
|
|
11 |
"Mamba": "https://arxiv.org/abs/2312.00752",
|
12 |
"RWKV-4": "https://arxiv.org/abs/2305.13048",
|
13 |
"Based": "https://arxiv.org/abs/2402.18668",
|
14 |
+
"RWKV-5": "https://substack.recursal.ai/p/rwkv-v5-15b-achieves-sota-multi-lingual", # paper soon...
|
15 |
+
"StripedHyena": "https://www.together.ai/blog/stripedhyena-7b", # no paper?
|
16 |
}
|
17 |
|
18 |
#def filter_table(cols, name, type, arch, license):
|