bergson-smollm2-lds-chunks
收藏资源简介:
该数据集是一个文本或序列数据集,包含四个不同配置:16k、4k、8k和query。每个配置对应一个训练集,样本数量分别为16000、4000、8000和50。每个数据样本由两个特征组成:input_ids是一个int32类型的列表,用于存储序列的标记ID;length是一个int64类型的标量,表示序列的长度。数据集以结构化格式存储,适用于需要对序列数据进行建模、分析或预训练的任务,例如语言模型训练、序列长度分析或特定查询任务。
This dataset is a text or sequence dataset containing four different configurations: 16k, 4k, 8k, and query. Each configuration corresponds to a training set with sample counts of 16000, 4000, 8000, and 50, respectively. Each data sample consists of two features: input_ids is an int32 list used to store token IDs of the sequence, and length is an int64 scalar representing the length of the sequence. The dataset is stored in a structured format and is suitable for tasks that require modeling, analysis, or pre-training of sequence data, such as language model training, sequence length analysis, or specific query tasks.
数据集概述
该数据集名为 bergson-smollm2-lds-chunks,由 EleutherAI 提供,托管于 Hugging Face。数据集包含多个配置(config),每个配置对应不同规模的训练数据。
数据集配置
数据集包含以下五个配置:
| 配置名称 | 样本数量 | 下载大小 | 数据集大小 |
|---|---|---|---|
| 4k | 4,000 | 8,215,619 字节 | 8,240,000 字节 |
| 8k | 8,000 | 16,429,680 字节 | 16,480,000 字节 |
| 16k | 16,000 | 32,858,009 字节 | 32,960,000 字节 |
| 32k | 32,000 | 65,714,654 字节 | 65,920,000 字节 |
| query | 50 | 104,111 字节 | 103,000 字节 |
数据特征
每个配置下的数据都具有相同的特征:
- input_ids: 类型为
list[int32],表示输入 token 的 ID 序列。 - length: 类型为
int64,表示序列的长度。
数据划分
所有配置均仅包含一个数据划分(split):
- train: 训练集。每个配置的
train划分包含对应数量的样本。
数据文件
每个配置的数据文件存放在以配置名称命名的目录下,文件名模式为 train-*。例如,16k 配置的数据文件路径为 16k/train-*。




