Add link to technical report and improve metadata
#41
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -3,10 +3,17 @@ library_name: transformers
|
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next/blob/main/LICENSE
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Qwen3-Coder-Next
|
| 9 |
|
|
|
|
|
|
|
| 10 |
## Highlights
|
| 11 |
|
| 12 |
Today, we're announcing **Qwen3-Coder-Next**, an open-weight language model designed specifically for coding agents and local development. It features the following key enhancements:
|
|
@@ -198,7 +205,7 @@ To achieve optimal performance, we recommend the following sampling parameters:
|
|
| 198 |
|
| 199 |
If you find our work helpful, feel free to give us a cite.
|
| 200 |
|
| 201 |
-
```
|
| 202 |
@techreport{qwen_qwen3_coder_next_tech_report,
|
| 203 |
title = {Qwen3-Coder-Next Technical Report},
|
| 204 |
author = {{Qwen Team}},
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next/blob/main/LICENSE
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
+
base_model: Qwen/Qwen3-Next-80B-A3B-Base
|
| 7 |
+
tags:
|
| 8 |
+
- code
|
| 9 |
+
- qwen
|
| 10 |
+
- moe
|
| 11 |
---
|
| 12 |
|
| 13 |
# Qwen3-Coder-Next
|
| 14 |
|
| 15 |
+
[[Technical Report](https://huggingface.co/papers/2603.00729)] [[Blog](https://qwen.ai/blog?id=qwen3-coder-next)] [[GitHub](https://github.com/QwenLM/Qwen3-Coder)]
|
| 16 |
+
|
| 17 |
## Highlights
|
| 18 |
|
| 19 |
Today, we're announcing **Qwen3-Coder-Next**, an open-weight language model designed specifically for coding agents and local development. It features the following key enhancements:
|
|
|
|
| 205 |
|
| 206 |
If you find our work helpful, feel free to give us a cite.
|
| 207 |
|
| 208 |
+
```bibtex
|
| 209 |
@techreport{qwen_qwen3_coder_next_tech_report,
|
| 210 |
title = {Qwen3-Coder-Next Technical Report},
|
| 211 |
author = {{Qwen Team}},
|