Add pipeline tag, remove dummy blog url
Browse filesThis PR improves the model card, by:
- making sure the model can be found at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending
- removes a link to a non-existent blog post
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
license: other
|
| 4 |
license_name: tongyi-qianwen
|
| 5 |
-
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |

|
| 9 |
|
| 10 |
- Try out the model on [](https://featherless.ai/models/featherless-ai/Qwerky-72B)
|
| 11 |
-
- Model details from our blog post here!
|
| 12 |
|
| 13 |
Benchmarks is as follows for both Qwerky-QwQ-32B and Qwerky-72B models:
|
| 14 |
|
|
@@ -82,4 +83,4 @@ As demonstrated with our Qwerky-72B-Preview and prior models such as QRWKV6-32B
|
|
| 82 |
|
| 83 |
As with our previous models, the model's inherent knowledge and dataset training are inherited from its "parent" model. Consequently, unlike previous RWKV models trained on over 100+ languages, the QRWKV model is limited to approximately 30 languages supported by the Qwen line of models.
|
| 84 |
|
| 85 |
-
You may find our details of the process from our previous release, [here](https://huggingface.co/recursal/QRWKV6-32B-Instruct-Preview-v0.1).
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
license: other
|
| 4 |
license_name: tongyi-qianwen
|
| 5 |
+
thumbnail: https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/dM-i7n313mUnY-fbmElVM.png
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
---
|
| 8 |
|
| 9 |

|
| 10 |
|
| 11 |
- Try out the model on [](https://featherless.ai/models/featherless-ai/Qwerky-72B)
|
| 12 |
+
- Model details from our blog post here!
|
| 13 |
|
| 14 |
Benchmarks is as follows for both Qwerky-QwQ-32B and Qwerky-72B models:
|
| 15 |
|
|
|
|
| 83 |
|
| 84 |
As with our previous models, the model's inherent knowledge and dataset training are inherited from its "parent" model. Consequently, unlike previous RWKV models trained on over 100+ languages, the QRWKV model is limited to approximately 30 languages supported by the Qwen line of models.
|
| 85 |
|
| 86 |
+
You may find our details of the process from our previous release, [here](https://huggingface.co/recursal/QRWKV6-32B-Instruct-Preview-v0.1).
|