news
收藏资源简介:
该数据集是一个结构化表格数据集,包含216个训练样本,总大小约19.4KB。数据由三个字段组成:date(字符串类型,可能表示日期)、headline(字符串类型,可能表示新闻或文章标题)和__index_level_0__(整数类型,可能为索引标识)。基于字段命名推断,该数据集可能用于与时间序列标题相关的任务,例如新闻分类、标题生成或时间分析,但README未明确说明具体任务、数据来源或应用背景。
This dataset is a structured table dataset containing 216 training samples with a total size of approximately 19.4KB. It consists of three fields: date (string type, likely representing dates), headline (string type, likely representing news or article headlines), and __index_level_0__ (integer type, possibly an index identifier). Based on field naming, the dataset may be used for tasks related to time-series headlines, such as news classification, headline generation, or temporal analysis, but the README does not specify the exact task, data source, or application context.
数据集概述
- 数据集名称:news
- 数据集地址:https://huggingface.co/datasets/Akshat20051/news
- 数据集规模:训练集包含 216 个样本
- 数据集大小:下载大小为 13,864 字节,数据集总大小为 19,401 字节
数据特征
数据集包含以下字段:
- date:字符串类型,表示新闻的日期
- headline:字符串类型,表示新闻的标题
- index_level_0:整数类型,表示索引层级
数据划分
- 训练集 (train):包含 216 个样本,数据存储在
data/train-*路径下
配置
- 默认配置 (default):对应的数据文件路径为
data/train-*




