shadow-o-logits-20b
收藏资源简介:
SHADOW-O OLMo-2 Top-16 Logits (20B) 是一个用于训练252.8M参数SHADOW-O学生模型的数据集,提供稀疏的下一令牌教师logits。该数据集基于教师模型allenai/OLMo-2-0425-1B生成,令牌ID空间采用AI2 Dolma/OLMo的前100,278个ID,上下文长度为2,048。数据以高效格式存储:输入令牌为uint32类型,教师top-16令牌ID为uint32类型,教师未归一化logits为float16类型。计划总规模为20B令牌,约2.0 TB,捕获过程可恢复,学生模型在捕获的top-16集合上重新归一化教师和学生分布。数据混合计划包括:6.4B基础数据(教育导向爬取、Wikipedia、Stack-Edu)、4.55B密度数据(数学、代码、阅读理解)、4.55B推理数据(数学、代码、合成QA、元推理)和4.5B退火数据(推理轨迹、FLAN/Tülu SFT、可验证问题)。底层令牌流源自AI2的公共OLMo/Dolma数据分布,保留了适用的源许可证和归属要求。该数据集适用于文本生成任务,特别是基于知识蒸馏的模型训练,语言为英语,许可证为odc-by。
SHADOW-O OLMo-2 Top-16 Logits (20B) is a dataset for training the 252.8M-parameter SHADOW-O student model, which provides sparse next-token teacher logits. This dataset is generated based on the teacher model allenai/OLMo-2-0425-1B, utilizes the first 100,278 token IDs from the AI2 Dolma/OLMo vocabulary, and has a context length of 2,048. The data is stored in an efficient format: input tokens are of type uint32, teacher top-16 token IDs are of type uint32, and teacher unnormalized logits are of type float16. The planned total scale is 20B tokens, approximately 2.0 TB. The capture process is recoverable, and the student model re-normalizes both the teacher and student distributions over the captured top-16 token set. The data mixing plan includes: 6.4B base data (education-focused crawls, Wikipedia, Stack-Edu), 4.55B density data (mathematics, code, reading comprehension), 4.55B reasoning data (mathematics, code, synthetic QA, meta-reasoning), and 4.5B annealing data (reasoning trajectories, FLAN/Tülu SFT, verifiable questions). The underlying token stream originates from AI2's public OLMo/Dolma data distribution, with applicable source licenses and attribution requirements retained. This dataset is suitable for text generation tasks, particularly model training based on knowledge distillation. It is in English, licensed under odc-by.
SHADOW-O OLMo-2 Top-16 Logits (20B) 数据集
基本信息
- 数据集名称: SHADOW-O OLMo-2 top-16 logits
- 许可证: ODC-BY (Open Data Commons Attribution License)
- 任务类别: 文本生成
- 语言: 英语
数据集描述
该数据集包含稀疏的下一词元教师logits,用于训练252.8M参数的SHADOW-O学生模型。
技术规格
- 教师模型:
allenai/OLMo-2-0425-1B - 词元ID空间: AI2 Dolma/OLMo,前100,278个ID
- 上下文长度: 2,048
- 存储格式: 每个词元存储输入
uint32、前16个IDuint32、前16个logitsfloat16 - 计划规模: 20B词元,约2.0 TB
- 捕获代码: SHADOW-O工作区中的
10_distill/capture_logits.py
文件结构
每个逻辑分片包含三个同名基础名的文件:
*.tok.npy: 输入词元,形状[N]*.ids.npy: 教师前n个词元ID,形状[N, 16]*.val.npy: 未归一化的教师logits,形状[N, 16]
数据捕获机制
捕获过程支持断点续传,仅在所有数组写入并上传完成后才提交源分片。学生模型将基于捕获的前16个集合对教师和学生的分布进行重新归一化。
计划20B混合数据构成
- 基础数据: 6.4B 面向教育的爬取数据、维基百科和Stack-Edu
- 密度数据: 4.55B 数学、代码和阅读理解
- 推理数据: 4.55B 数学、代码、合成问答和元推理
- 退火数据: 4.5B 推理轨迹、FLAN/Tülu SFT和可验证问题
数据来源与版权
底层词元流来自AI2的公开OLMo/Dolma数据分布,保留其适用的源许可证和归属要求。





