comoe-artifacts
收藏资源简介:
本仓库包含一个用于通信高效混合专家系统的构件集合,包括经过监督微调的冻结基础模型(作为训练和评估骨干)、多种离线编解码器(如基于闭式解的iso2x初始化和基于重构损失的初始化)、名为dolci-no-tools的原始及分词后的训练数据、用于构建编解码器的模型激活缓存,以及详细的评估结果。这些资源专门用于支持压缩编解码器在混合专家模型中的研究、训练与性能评估。
This repository contains a collection of components for communication-efficient Mixture-of-Experts (MoE) systems, including a supervised fine-tuned frozen base model used as the backbone for training and evaluation, multiple offline codecs (e.g., iso2x initialization based on closed-form solution and initialization based on reconstruction loss), raw and tokenized training data named dolci-no-tools, model activation caches for codec construction, and detailed evaluation results. These resources are specifically designed to support research, training, and performance evaluation of compressed codecs in Mixture-of-Experts models.
数据集:comoe-artifacts
概述
该数据集包含与“通信高效混合专家模型(communication-efficient-moe)”相关的构件,用于通过学习的线性编解码器在冻结的Qwen3-30B-A3B模型上实现2倍速率的全对全压缩。
关键说明
- 基础模型:所有构件均与经过SFT微调的基础模型(
models/sft-base-qwen3-30b-a3b/,无编解码器时5任务平均得分81.7)配对使用。 - 版本提醒:此前为
Qwen/Qwen3-30B-A3B-Instruct-2507(一个不同的模型)上传的exp6-iso206x编解码器已被移除,以避免不匹配。
数据集结构
| 路径 | 内容说明 |
|---|---|
models/sft-base-qwen3-30b-a3b/ |
冻结的SFT基础模型(fullft dolci),用于训练/评估的主干网络 |
offline-codecs/dispatch-2x-iso-init/ |
iso2x闭式热启动初始化 |
offline-codecs/dispatch-2x-recon010-init/ |
iso-recon@0.10热启动初始化(用于会话配置) |
offline-codecs/dispatch-2x-func-realloc-init/ |
阶段B功能重新分配热启动初始化 |
data/raw/, data/tokenized/ |
dolci-no-tools数据(原始arrow格式+分词后的qwen3-2048格式) |
activation_cache/dolci-500k-s1234-step4000/ |
分发激活缓存(用于构建编解码器) |
evals/ |
每个运行的lm-eval JSON结果 |
编解码器格式
编解码器采用{compression.pt, meta.json}格式,这是训练/评估脚本所需的格式。





