qwen3.6-27b-ao-ladder-iolens-ptag
收藏资源简介:
该数据集是 ptag AO 缩放阶梯实验的一部分,提供了基于激活预言机(Activation Oracle)的 AR-output (arout) 分片。每个 AR 阶梯(rung)对应一个独立的激活预言机,采用全等配置(pooled whitener basis, WildChat-seeded chat cell)以评估 AO 质量随 AR 质量的变化。数据包含训练和评估分片,存储为 safetensors 格式。训练分片形状为 [n, 4, 5120] bf16,评估分片形状为 [n, 12, 5120] bf16。阶梯按训练样本对数间隔分布:ex230784, ex806784, ex2073984, ex5760384, ex11405184。每个分片元数据记录了池标识(pool_iolens,527,160 crops,ao_train 划分)、AR 身份哈希(heads_sha)、head_mode=prompt_tag、ao_layers=[20,24,...,60,63](12层)、k=4 种子选择、注意力实现等。数据集适用于研究激活预言机质量与 AR 质量之间的缩放关系,以及 prompt-tag 架构下的实验分析。
This dataset is part of the ptag AO scaling ladder experiment, providing AR-output (arout) shards based on Activation Oracle. Each AR rung corresponds to an independent activation oracle, using a congruent configuration (pooled whitener basis, WildChat-seeded chat cell) to evaluate how AO quality varies with AR quality. The data includes training and evaluation shards, stored in safetensors format. Training shard shape is [n, 4, 5120] bf16, evaluation shard shape is [n, 12, 5120] bf16. The rungs are distributed at logarithmic intervals of training samples: ex230784, ex806784, ex2073984, ex5760384, ex11405184. Each shard metadata records pool identifier (pool_iolens, 527,160 crops, ao_train split), AR identity hash (heads_sha), head_mode=prompt_tag, ao_layers=[20,24,...,60,63] (12 layers), k=4 seed selection, attention implementation, etc. The dataset is suitable for studying the scaling relationship between activation oracle quality and AR quality, as well as experimental analysis under the prompt-tag architecture.
数据集概述
基本信息
- 许可证:Apache 2.0
- 名称:ptag AO ladder — AR-output (arout) shards for
ar.asst.ptag.pooled.s0
数据集用途
该数据集为 prompt-tag AO scaling ladder 提供输入,每个 AR(Auto-Regressive)梯级对应一个 Activation Oracle 训练数据,所有其他条件相同,用于研究在新 prompt-tag 架构(pooled whitener 基础,WildChat 种子聊天单元)下,AO 质量如何随 AR 质量扩展。
数据布局
数据路径与格式
arout/ar.asst.ptag.pooled.s0/<rung>/ao_arout_train_{0000..0007}.safetensors [n, 4, 5120] bf16 arout/ar.asst.ptag.pooled.s0/<rung>/ao_arout_eval_0000.safetensors [n, 12, 5120] bf16 runs/ gate JSONs + the frozen injection scale (scale_iolens_ptag_final.json)
梯级(Rungs)
训练样本数按对数间隔分布,共 5 个梯级:
ex230784ex806784ex2073984ex5760384ex11405184
数据来源与元数据
每个分片的安全张量元数据中均带有来源信息(Provenance)。
数据池
- 池名称:
pool_iolens - 规模:527,160 个裁剪图(crops),来源于 WildChat 种子的 on-policy 聊天回滚数据的
ao_train分割 - 加载时校验
pool_fingerprint
身份标识
heads_sha:产生该梯级 heads.pt 的 blake2b-16 哈希值,代表 AR 身份;加载器拒绝混合不同 sha 的目录(池指纹本身不编码运行了哪个 AR)
配置参数
head_mode=prompt_tagao_layers=[20,24,...,60,63](共 12 层)- k=4 种子选择(
layer_seed 0,split_seed 1234) attn_impl=flash_attention_2
生成方式
由 scripts/ola/ao_precompute_cluster.py 生成(分组 prompt-tag 路径:每个裁剪图执行 k 次带标签的正向传播,并与全扫描参考进行逐向量余弦验证来确保一致性)。
分片内容说明
- 训练分片(Train shards):按 k 切片(每个裁剪图选择 12 层中的 4 层),选择信息已存储
- 评估分片(Eval shards):存储全部 12 层数据





