dnhkng/RYS-Qwen3.5-27B-FP8-L 已完整同步
RYS-Qwen3.5-27B-FP8-L - See https://dnhkng.github.io/posts/rys-ii/
Note
This repository contains FP8-quantized 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.
The quantization method is fine-grained fp8 quantization with block size of 128, and its performance metrics are nearly identical to those of the original model.
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: 27B
- Hidden Dimension: 5120
- Token Embedding: 248320 (Padded)
- Number of Layers: 64
- Hidden Layout: 16 × (3 × (Gated DeltaNet → FFN) → 1 × (Gated Attention → FFN))
- Gated DeltaNet:
- Number of Linear Attention Heads: 48 for V and 16 for QK
- Head Dimension: 128
- Gated Attention:
- Number of Attention Heads: 24 for Q and 4 for KV
- Head Dimension: 256
- Rotary Position Embedding Dimension: 64
- Feed Forward Network:
- Intermediate Dimension: 17408
- 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
| GPT-5-mini 2025-08-07 | GPT-OSS-120B |
|---|
26 个文件
浏览文件数据集版权信息
本数据集的许可证为 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_2889_0f5e8a0420 --revision 53bb8e3f77333c31090c3e1dcce933b8990e34cc --output ./ds_ext_2889_0f5e8a0420
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_2889_0f5e8a0420 --revision 53bb8e3f77333c31090c3e1dcce933b8990e34cc --output ./ds_ext_2889_0f5e8a0420
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_2889_0f5e8a0420 --revision 53bb8e3f77333c31090c3e1dcce933b8990e34cc --output ./ds_ext_2889_0f5e8a0420 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_2889_0f5e8a0420 --revision 53bb8e3f77333c31090c3e1dcce933b8990e34cc --output ./ds_ext_2889_0f5e8a0420 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_2889_0f5e8a0420 --revision 53bb8e3f77333c31090c3e1dcce933b8990e34cc --output ./ds_ext_2889_0f5e8a0420 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_2889_0f5e8a0420 --revision 53bb8e3f77333c31090c3e1dcce933b8990e34cc --output ./ds_ext_2889_0f5e8a0420 --jobs 8
完整帮助:wehub datasets download --help