Qwen/Qwen3.5-397B-A17B 已完整同步
Qwen3.5-397B-A17B
Note
This repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.
These artifacts are compatible with Hugging Face Transformers, vLLM, SGLang, KTransformers, etc.
Tip
For users seeking managed, scalable inference without infrastructure maintenance, the official Qwen API service is provided by Alibaba Cloud Model Studio.
In particular, Qwen3.5-Plus is the hosted version corresponding to Qwen3.5-397B-A17B with more production features, e.g., 1M context length by default, official built-in tools, and adaptive tool use. For more information, please refer to the User Guide.
Over recent months, we have intensified our focus on developing foundation models that deliver exceptional utility and performance. Qwen3.5 represents a significant leap forward, integrating breakthroughs in multimodal learning, architectural efficiency, reinforcement learning scale, and global accessibility to empower developers and enterprises with unprecedented capability and efficiency.
Qwen3.5 Highlights
Qwen3.5 features the following enhancement:
-
Unified Vision-Language Foundation: Early fusion training on multimodal tokens achieves cross-generational parity with Qwen3 and outperforms Qwen3-VL models across reasoning, coding, agents, and visual understanding benchmarks.
-
Efficient Hybrid Architecture: Gated Delta Networks combined with sparse Mixture-of-Experts deliver high-throughput inference with minimal latency and cost overhead.
-
Scalable RL Generalization: Reinforcement learning scaled across million-agent environments with progressively complex task distributions for robust real-world adaptability.
-
Global Linguistic Coverage: Expanded support to 201 languages and dialects, enabling inclusive, worldwide deployment with nuanced cultural and regional understanding.
-
Next-Generation Training Infrastructure: Near-100% multimodal training efficiency compared to text-only training and asynchronous RL frameworks supporting massive-scale agent scaffolds and environment orchestration.
Benchmark Results
For more details, please refer to our blog post Qwen3.5.
Model Overview
- Type: Causal Language Model with Vision Encoder
- Training Stage: Pre-training & Post-training
- Language Model
- Number of Parameters: 397B in total and 17B activated
- Hidden Dimension: 4096
- Token Embedding: 248320 (Padded)
- Number of Layers: 60
- Hidden Layout: 15 * (3 * (Gated DeltaNet -> MoE) -> 1 * (Gated Attention -> MoE))
- Gated DeltaNet:
- Number of Linear Attention Heads: 64 for V and 16 for QK
- Head Dimension: 128
- Gated Attention:
- Number of Attention Heads: 32 for Q and 2 for KV
- Head Dimension: 256
- Rotary Position Embedding Dimension: 64
- Mixture Of Experts
- Number of Experts: 512
- Number of Activated Experts: 10 Routed + 1 Shared
- Expert Intermediate Dimension: 1024
- LM Output: 248320 (Padded)
- MTP: trained with multi-steps
- Context Length: 262,144 natively and extensible up to 1,010,000 tokens.
Benchmark Results
Language
107 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3724_c24a420327 --revision 8472618112abcbd45acbcdc58436aff4233c23f7 --output ./ds_ext_3724_c24a420327
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3724_c24a420327 --revision 8472618112abcbd45acbcdc58436aff4233c23f7 --output ./ds_ext_3724_c24a420327
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3724_c24a420327 --revision 8472618112abcbd45acbcdc58436aff4233c23f7 --output ./ds_ext_3724_c24a420327 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3724_c24a420327 --revision 8472618112abcbd45acbcdc58436aff4233c23f7 --output ./ds_ext_3724_c24a420327 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3724_c24a420327 --revision 8472618112abcbd45acbcdc58436aff4233c23f7 --output ./ds_ext_3724_c24a420327 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3724_c24a420327 --revision 8472618112abcbd45acbcdc58436aff4233c23f7 --output ./ds_ext_3724_c24a420327 --jobs 8
完整帮助:wehub datasets download --help