locus-pretrain-documents-public
收藏资源简介:
该数据集是 Locus 预训练项目的文档公共配置仓库,目前仅包含设置,尚未发布实际语料库。数据格式为经过分词处理的索引 token 工件,采用小端序 int32 二进制数组,包含完整文档或未填充段的偏移量,以及损失掩码、Parquet 索引和元数据。需要特定的 Locus 索引 token 读取器才能使用。数据集仅通过不可变提交的完整清单表示发布版本。此仓库为公共可见,但未分配通用许可证。
This dataset is the public configuration repository for the Locus pre-training project, currently containing only the setup and not yet releasing the actual corpus. The data format consists of tokenized index artifacts, using little-endian int32 binary arrays, containing offsets of complete documents or unfilled segments, along with loss masks, Parquet indexes, and metadata. A specific Locus index token reader is required to use it. The dataset is represented only by the complete manifest of immutable commits for release versions. This repository is publicly visible but does not have a general license assigned.
Locus 预训练数据集(文档公开版)
数据集概述
- 语言:英语(en)
- 标签:预训练(pretraining)、分词处理(tokenized)
- 可见性:公开
- 当前状态:仅提供设置说明,尚未发布正式语料库,也未对当前格式运行过金丝雀检测流程
数据集内容与格式
- 本仓库将存放带版本控制的索引化分词产物(versioned indexed token artifacts)
- 分词数据以小端序 int32 二进制数组形式存储
- 使用有符号 int64 偏移量标识完整文档或未填充片段
- 损失掩码采用位打包(bit-packed)格式,并配有 Parquet 索引及来源辅助文件(provenance sidecars)
- 训练数据打包通过 RSDB 系统完成
使用说明与限制
- 该数据集采用自定义的 Locus 索引化分词读取格式,并非可直接自动加载的文本数据集
- 仅在固定到不可变提交(immutable commit)的完整、已验证清单(manifest)才构成一次正式发布
- 实际发布时将附带来源归属及适用的使用条款;本设置卡片不授予任何 blanket 许可证
架构说明
- 公开与私有产物分别存储于独立的物理分片中




