ep-dashboards-qwen27b
收藏资源简介:
该数据集提供了 Qwen/Qwen3.6-27B 模型在 Pile 数据集上的 Exemplar-Partitioning 仪表板(EP Dashboards)。它通过在不同 Transformer 层(层 0 至层 62)和不同阈值 θ(0.80、0.85、0.90)下进行示例分区,生成多个区域(regions),每个区域对应一个字典。表格中列出了每个配置下的区域数量(K)、p 等价数以及对应的字典名称。每个字典文件夹包含以下文件:regions_NNN.html(区域页面,嵌入 JSON)、regions_NNN.json(区域记录)、header.json(字典元数据、来源、回放检查、每个区域摘要表)、vectors.npz(每个区域的 exemplar 和 mean 方向,以及校准中心向量)。该数据集适用于模型可解释性研究、内部表示分析和激活模式探索。
This dataset provides Exemplar-Partitioning (EP) Dashboards for the Qwen/Qwen3.6-27B model on the Pile dataset. It generates multiple regions by performing exemplar partitioning across different Transformer layers (layer 0 to layer 62) and thresholds θ (0.80, 0.85, 0.90). Each region corresponds to a dictionary. The table lists the number of regions (K), p-equivalence number, and corresponding dictionary name for each configuration. Each dictionary folder contains: regions_NNN.html (region page with embedded JSON), regions_NNN.json (region records), header.json (dictionary metadata, source, playback check, summary table per region), and vectors.npz (exemplar and mean direction per region, plus calibration center vector). The dataset is suitable for model interpretability research, internal representation analysis, and activation pattern exploration.
EP Dashboards — Qwen3.6-27B 数据集总结
- 数据集名称:EP Dashboards — Qwen3.6-27B
- 许可证:MIT License
- 标签:可解释性(interpretability)、示例分区(exemplar-partitioning)、通义千问(qwen)
- 基础模型:Qwen/Qwen3.6-27B
- 训练数据:Pile 数据集
- 工具生成:EPDashboard
数据集内容概述
该数据集为 Qwen3.6-27B 模型在 Pile 数据集上提供基于示例分区(Exemplar-Partitioning)的可视化仪表盘。数据涵盖模型多个层(Layer),并在每个层分别采用三种阈值(θ = 0.80、0.85、0.90)进行分区,对应生成不同的分区字典(dictionary)。
数据规模与分区统计
- 覆盖层数:45 个层(Layer 0 至 Layer 62,含部分中间层)
- 每个层包含 3 个阈值设置,共 135 个字典条目
- 区域数量(regions) 随层和阈值变化:
- 阈值 θ=0.80 时:区域数约 2K 至 22K
- 阈值 θ=0.85 时:区域数约 1.2K 至 5.4K
- 阈值 θ=0.90 时:区域数约 250 至 1.1K
- p 等价参数(p equiv.) 范围在 2 至 38 之间
字典文件结构
每个字典文件夹包含以下文件:
| 文件 | 内容说明 |
|---|---|
regions_NNN.html |
区域页面 — EPDashboard 的输出单元,含 JSON 数据 |
regions_NNN.json |
页面嵌入的区域记录数据 |
header.json |
字典元数据、来源、回放检查、区域摘要表 |
vectors.npz |
每个区域的示例(exemplar)方向向量和均值方向向量,以及校准中心(center) |
字典命名规则
字典名称格式为:qwen3_6-27b_L{层数}_t{阈值}_ctx128_cache_pile,例如:
qwen3_6-27b_L0_t0p80_ctx128_cache_pileqwen3_6-27b_L31_t0p90_ctx128_cache_pileqwen3_6-27b_L58_t0p85_ctx128_cache_pile
其中 ctx128 表示上下文长度为 128,cache_pile 表示缓存数据集为 Pile。




