Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Rawdog upcycle of [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B). Note that it'll need training to do anything beyond what baseline QwQ can do at much higher compute requirements.
|
2 |
|
3 |
# Unless you want to finetune this, it is not what you're looking for.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Qwen/QwQ-32B
|
7 |
+
library_name: transformers
|
8 |
+
---
|
9 |
Rawdog upcycle of [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B). Note that it'll need training to do anything beyond what baseline QwQ can do at much higher compute requirements.
|
10 |
|
11 |
# Unless you want to finetune this, it is not what you're looking for.
|