lowressim-fineweb-classified
收藏资源简介:
该数据集是一个用于文本分析任务的集合,包含44,577个训练样本。每个样本具有多个结构化属性:唯一标识符(id)、来源网址(url)、原始文本内容(text)、文本的token数量统计(token_count)、主题分类(topic)、体裁分类(genre)以及由语言模型生成的分类标签(classifier_lm)。数据集中还预留了源语言(source_language)和翻译文本(translated_text)字段,表明其可能设计用于支持多语言或跨语言文本处理任务,但目前这两个字段为空值。数据集适用于文本分类、主题建模、体裁分析、语言模型训练或跨语言文本生成等自然语言处理应用场景。
This dataset is a collection tailored for text analysis tasks, comprising 44,577 training samples. Each sample features multiple structured attributes: unique identifier (id), source URL (url), original text content (text), token count statistics of the text (token_count), topic classification (topic), genre classification (genre), and classification labels generated by language models (classifier_lm). The dataset also includes two reserved fields: source_language and translated_text, indicating that it may be designed to support multilingual or cross-lingual text processing tasks, yet both fields are currently null. This dataset is applicable to a range of natural language processing scenarios including text classification, topic modeling, genre analysis, language model training, and cross-lingual text generation.
- 数据集名称:lowressim-fineweb-classified
- 数据集链接:https://huggingface.co/datasets/ljvmiranda921/lowressim-fineweb-classified
- 数据集描述:该数据集是 FineWeb 分类后的低资源模拟版本,包含经过主题和体裁分类的文本数据,并附带分词数量及所用分类语言模型信息。
- 数据集规模:训练集共 55,496 条样本,总大小约 183.1 MB(下载大小约 111.4 MB)。
- 数据字段:
id:样本唯一标识(字符串)url:来源网址(字符串)text:文本内容(字符串)token_count:分词数量(整数)topic:主题分类标签(字符串)genre:体裁分类标签(字符串)classifier_lm:用于分类的语言模型(字符串)source_language:源语言(空值)translated_text:翻译后的文本(空值)
- 数据集划分:仅包含训练集(
train)。 - 数据文件路径:
data/train-*(默认配置下的数据文件)。




