Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
tags:
|
| 5 |
+
- cortex.cpp
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## Overview
|
| 9 |
+
|
| 10 |
+
**QwQ** is the reasoning model of the **Qwen** series. Unlike conventional instruction-tuned models, **QwQ** is designed to think and reason, achieving significantly enhanced performance in downstream tasks, especially challenging problem-solving scenarios.
|
| 11 |
+
|
| 12 |
+
**QwQ-32B** is the **medium-sized** reasoning model in the QwQ family, capable of **competitive performance** against state-of-the-art reasoning models, such as **DeepSeek-R1** and **o1-mini**. It is optimized for tasks requiring logical deduction, multi-step reasoning, and advanced comprehension.
|
| 13 |
+
|
| 14 |
+
The model is well-suited for **AI research, automated theorem proving, advanced dialogue systems, and high-level decision-making applications**.
|
| 15 |
+
|
| 16 |
+
## Variants
|
| 17 |
+
|
| 18 |
+
| No | Variant | Cortex CLI command |
|
| 19 |
+
| --- | --- | --- |
|
| 20 |
+
| 1 | [QwQ-32B](https://huggingface.co/cortexso/qwen-qwq/tree/main) | `cortex run qwen-qwq:32b` |
|
| 21 |
+
|
| 22 |
+
## Use it with Jan (UI)
|
| 23 |
+
|
| 24 |
+
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 25 |
+
2. Use in Jan model Hub:
|
| 26 |
+
```bash
|
| 27 |
+
cortexso/qwen-qwq
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
## Use it with Cortex (CLI)
|
| 31 |
+
|
| 32 |
+
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 33 |
+
2. Run the model with command:
|
| 34 |
+
```bash
|
| 35 |
+
cortex run qwen-qwq
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
## Credits
|
| 39 |
+
|
| 40 |
+
- **Author:** Qwen Team
|
| 41 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
| 42 |
+
- **Original License:** [License](https://choosealicense.com/licenses/apache-2.0/)
|
| 43 |
+
- **Paper:** [Introducing QwQ-32B: The Medium-Sized Reasoning Model](https://qwenlm.github.io/blog/qwq-32b/)
|