eagle-grpo-iter19-q4k-uniform-noimatrix-enc
收藏资源简介:
该数据集是 Oaica V4-Flash iter19 检查点的 I-Quality 量化打包版本(eagle-grpo-iter19),由 SFT+GRPO 最终训练产生,模型规模为 284B 参数,包含 43 层和每层 256 个路由专家。由于缺失专家激活 imatrix,本打包退化为统一 Q4_K 量化(无混合精度),总大小约 162 GB(输入原生 fp8 safetensors 为 268 GB,压缩比 3.50×)。各组件与源检查点的 RMS 误差为:专家 0.0023,注意力 0.00061,共享 0.00009,路由器 0.0002,通过了 RMS 单调性检查。文件格式为 .iqpt,需通过转换脚本生成 .iqbin 文件以供 prism 服务器(需使用 prism-perf-deploy 分支)加载推理。该打包适用于对 Oaica V4-Flash 系列模型进行高效推理部署。
This dataset is the I-Quality quantized packaged variant (eagle-grpo-iter19) of the Oaica V4-Flash iter19 checkpoint, which was finalized via SFT+GRPO training. The model comprises 284B parameters, consisting of 43 layers and 256 routed experts per layer. Due to the unavailability of expert activation imatrix, this package degenerates to unified Q4_K quantization with no mixed precision, with a total size of approximately 162 GB. The input native fp8 safetensors files amount to 268 GB, resulting in a compression ratio of 3.50×. The RMS errors between each component and the original checkpoint are as follows: experts: 0.0023, attention: 0.00061, shared components: 0.00009, router: 0.0002. It has passed the RMS monotonicity check. The file format is .iqpt, and a conversion script is required to generate .iqbin files for loading and inference on the Prism server, where the prism-perf-deploy branch must be used. This packaged variant is suitable for efficient inference deployment of the Oaica V4-Flash series models.
数据集概述
该数据集是 eagle-grpo-iter19 的 I-Quality 格式量化打包版本,基于 Oaica V4-Flash iter19 检查点(SFT + GRPO 最终版本,DeepSeek-V4-Flash 284B,43 层,每层 256 个路由专家)。
核心特征
- 量化格式:I-Quality
.iqpt打包格式,采用均匀 Q4_K 量化,无 imatrix(激活矩阵)。 - 文件加密:所有文件使用 AES-256-CTR 加密(每个文件一个随机 IV),解密所需的 manifest 映射(
original_path -> encrypted_name -> IV)不在此仓库中,单独保管,无该映射则文件不可解密。 - 打包工具:由
pipeline/iquality/pack_cbalanced_proposed.py --preset c-balanced-proposed生成。
关键说明
与已验证的 c-balanced-proposed 配方(iter_267)的区别
| 对比项 | 已验证 c-balanced-proposed (iter_267) | 本数据集 (iter19) |
|---|---|---|
| 专家分级 | Q6_K / Q5_K / Q4_K / IQ3 / IQ2_S | 仅 Q4_K |
| imatrix | 有(20/30/50 热/中/冷分布) | 无(平坦 0.5 分数) |
| 大小 | 约 117 GB | 约 162 GB |
由于原始 imatrix 在 bitdeer 机器销毁时丢失且无备份,所有 11,008 个路由专家均获得默认平坦分数 0.5,导致所有专家落入中带(Q4_K),无法进入 IQ 冷分级。
注意:不建议将此数据集与 117 GB 的 iter_267 数据直接对比并得出性能回退的结论,差异源于缺失 imatrix,而非打包器、分级或模型本身的变化。
均匀 Q4_K 的选择原因
IQ3/IQ2_S 属于 I-quant,其质量依赖 imatrix 加权的码本选择;无 imatrix 时退化程度远大于 K-quant。因此选择均匀 Q4_K 是更优权衡——更小的体积与不成比例的质量损失并非好的交易,K-quant 对缺失灵敏度数据的容忍度更高。
实测数据(真实测量,非估算)
- 输入:268 GB HF 原生 fp8 safetensors(1479 个分片,block-128 e4m3 + fp32
weight_scale_inv) - 每层压缩:13.16 GB 输入 → 3.76 GB 输出,压缩比 3.50×
- 总量:约 162 GB(43 层 + 全局参数)
- RMS 误差(vs 源模型):专家 0.0023,注意力 0.00061,共享 0.00009,路由器 0.0002
- RMS 单调保护:通过
服务与转换
.iqpt是打包器的容器格式;prism 服务需要.iqbin格式,需通过pipeline/iquality/iqpt_to_iqbin.py转换(torch 端 pickle → 小端二进制,反量化数学在 Rust 中实现)。.iqbin与.iqpt大小相同。prism-server二进制必须从prism-perf-deploy分支构建(该分支包含V4FlashModel/v4flash.rs和deepseek_v4iqbin 路径)。旧版 prism 构建(如 a100b 上的 7 月 23 日版本)不支持 iqbin,无法加载此数据集。
来源信息
- 源检查点:
perahu_backup/eagle_grpo_hf_iter19_fp4/(明文,USB 存储) - 打包器:
pipeline/iquality/pack_cbalanced_proposed.py,使用SafetensorsSource(O_DIRECT 读取器) - 验证工具:
pipeline/iquality/verify_iqpt.py - 许可证:专有(Proprietary — All Rights Reserved)





