Update README.md
Browse files
README.md
CHANGED
|
@@ -30,10 +30,14 @@ pipeline_tag: text-generation
|
|
| 30 |
</div>
|
| 31 |
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
# Qwen3-Coder-Next
|
| 34 |
-
<a href="https://chat.qwen.ai/" target="_blank" style="margin: 2px;">
|
| 35 |
-
<img alt="Chat" src="https://img.shields.io/badge/%F0%9F%92%9C%EF%B8%8F%20Qwen%20Chat%20-536af5" style="display: inline-block; vertical-align: middle;"/>
|
| 36 |
-
</a>
|
| 37 |
|
| 38 |
## Highlights
|
| 39 |
|
|
@@ -73,7 +77,7 @@ Today, we're announcing **Qwen3-Coder-Next**, an open-weight language model desi
|
|
| 73 |
|
| 74 |
**NOTE: This model supports only non-thinking mode and does not generate ``<think></think>`` blocks in its output. Meanwhile, specifying `enable_thinking=False` is no longer required.**
|
| 75 |
|
| 76 |
-
For more details, including benchmark evaluation, hardware requirements, and inference performance, please refer to our [blog](https://
|
| 77 |
|
| 78 |
|
| 79 |
## Quickstart
|
|
|
|
| 30 |
</div>
|
| 31 |
|
| 32 |
|
| 33 |
+
---
|
| 34 |
+
library_name: transformers
|
| 35 |
+
license: apache-2.0
|
| 36 |
+
license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next/blob/main/LICENSE
|
| 37 |
+
pipeline_tag: text-generation
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
# Qwen3-Coder-Next
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
## Highlights
|
| 43 |
|
|
|
|
| 77 |
|
| 78 |
**NOTE: This model supports only non-thinking mode and does not generate ``<think></think>`` blocks in its output. Meanwhile, specifying `enable_thinking=False` is no longer required.**
|
| 79 |
|
| 80 |
+
For more details, including benchmark evaluation, hardware requirements, and inference performance, please refer to our [blog](https://qwen.ai/blog?id=qwen3-coder-next), [GitHub](https://github.com/QwenLM/Qwen3-Coder), and [Documentation](https://qwen.readthedocs.io/en/latest/).
|
| 81 |
|
| 82 |
|
| 83 |
## Quickstart
|