4D4T-chunked-bert-FT
收藏资源简介:
该数据集包含两个配置:default和history_news,均以文本分块(chunk)形式组织数据。default配置包含6个训练样本,每个样本具有文本块内容、块ID、来源样本ID和词元计数四个字段。history_news配置规模较大,包含约2978万个训练样本,除文本块内容外,还包含子集分类字段(subset),用于标识数据来源类别。数据集适用于文本处理任务,如语言模型预训练、文本分析或信息检索,其分块结构和元信息字段支持对文本来源和组成的细粒度追踪与分析。
This dataset includes two configurations: default and history_news, both organized in text chunks. The default configuration contains 6 training samples, each with four fields: chunk content, chunk ID, source sample ID, and token count. The history_news configuration is larger, with approximately 29.78 million training samples, and includes a subset classification field (subset) in addition to chunk content, which identifies the data source category. The dataset is suitable for text processing tasks such as language model pre-training, text analysis, or information retrieval. Its chunk-based structure and metadata fields enable fine-grained tracking and analysis of text sources and composition.
数据集概述
该数据集包含两个配置,分别提供不同类型的分块文本数据。
配置一:default
- 特征:包含
chunk(文本块,字符串类型)、chunk_id(文本块ID,整数类型)、source_sample_id(源样本ID,整数类型)、token_count(令牌计数,整数类型)。 - 数据划分:仅包含训练集,共6个样本,数据集大小为2452字节,下载大小为5309字节。
- 数据文件:位于
data/train-*。
配置二:history_news
- 特征:包含
chunk(文本块,字符串类型)、subset(子集,字符串类型)、source_sample_id(源样本ID,整数类型)、chunk_id(文本块ID,整数类型)。 - 数据划分:仅包含训练集,共29,785,215个样本,数据集大小为16,051,308,490字节,下载大小为9,467,659,009字节。
- 数据文件:位于
history_news/train-*。




