KletterMix
收藏资源简介:
KletterMix是一个大规模德语文本数据集,以分片JSONL文件格式发布。该完整版本结合了去重后的KletterMix数据与其余已评分的示例,取代了先前较小的`KletterMix-12B`审查子集。数据集包含553,315,017个样本,总计约7250亿个GPT-2 token,逻辑大小约为1.9 TB,存储于125个分片文件中。每个数据行包含以下字段:`id`(稳定的源派生行标识符)、`cluster_id`(整数聚类分配)、`text`(德语文本内容)、`token_count`(文本的GPT-2 token计数)和`proxy_score`(质量或相关性的标量代理分数)。该数据集旨在用于德语文本的预训练和持续预训练实验、数据集检查和过滤研究、聚类结构和分数分布分析,以及利用token计数或代理分数进行采样和课程设计的实验。数据集仅包含文本数据,采用分片JSONL格式以实现流式友好访问,并保留了`id`列。`token_count`值来自单独计算的元数据传递,`proxy_score`值为标量代理质量或相关分数。原始上游数据源为`nvidia/Nemotron-ClimbMix`。数据集采用`cc-by-nc-4.0`许可证发布。
KletterMix is a large-scale German text dataset released in sharded JSONL file format. This full version combines deduplicated KletterMix data with the remaining scored examples, replacing the previously smaller `KletterMix-12B` reviewed subset. The dataset contains 553,315,017 samples, totaling approximately 725 billion GPT-2 tokens, with a logical size of about 1.9 TB, stored across 125 shard files. Each data row includes the following fields: `id` (a stable source-derived row identifier), `cluster_id` (integer cluster assignment), `text` (German text content), `token_count` (GPT-2 token count of the text), and `proxy_score` (a scalar proxy score for quality or relevance). The dataset is intended for use in pre-training and continued pre-training experiments on German text, dataset inspection and filtering research, analysis of cluster structures and score distributions, as well as experiments in sampling and curriculum design using token counts or proxy scores. The dataset contains only text data, employs a sharded JSONL format for stream-friendly access, and retains the `id` column. The `token_count` values are derived from separately computed metadata passes, and `proxy_score` values are scalar proxy quality or relevance scores. The original upstream data source is `nvidia/Nemotron-ClimbMix`. The dataset is released under the `cc-by-nc-4.0` license.
数据集概述
KletterMix 是一个大型德语文本数据集,以分片 JSONL 文件形式发布。该数据集结合了去重后的 KletterMix 数据与剩余的带评分样本,是完整版本,取代了之前的 KletterMix-12B 子集。
基本信息
- 许可证: cc-by-nc-4.0
- 语言: 德语
- 数据规模: 1亿至10亿条记录 (100M < n < 1B)
- 数据文件: 包含 125 个分片文件,涵盖一个名为
default的配置(仅训练集)
文件结构
数据按 125 个分片存储,文件名格式为 shard_00000.jsonl 至 shard_00124.jsonl。每个文件均为行分隔的 JSON (.jsonl) 格式,每行代表一条数据样本。
数据模式
每条记录包含以下字段:
| 字段 | 类型 | 描述 |
|---|---|---|
id |
string | 稳定的、源自上游的样本行标识符 |
cluster_id |
int64 | 整数形式的聚类分配编号 |
text |
string | 德语文本内容 |
token_count |
int64 | 该文本的 GPT-2 分词数量 |
proxy_score |
float64 | 标量质量或相关性代理分数 |
数据规模
- 分片数量: 125
- 行数: 553,315,017
- 分词数量: 约 725B GPT-2 分词
- 逻辑 JSONL 大小: 约 1.9 TB
预期用途
该数据集适用于:
- 基于德语文本的预训练与继续预训练实验
- 数据集检查与过滤研究
- 聚类结构与分数分布分析
- 利用分词数量或代理分数进行采样与课程设计的实验
其他说明
- 仅包含文本数据,无其他模态信息
- 分片 JSONL 格式便于流式访问
id列在完整版本中保留token_count来自单独计算的元数据扫描(GPT-2 分词器)proxy_score为标量代理质量或相关性分数- 原始上游数据集来源为
nvidia/Nemotron-ClimbMix





