ytcheng/news_article
收藏资源简介:
--- dataset_info: features: - name: id dtype: int64 - name: title dtype: string - name: subtitle dtype: string - name: top dtype: int64 - name: des dtype: string - name: content dtype: string - name: url dtype: string - name: time dtype: int64 - name: type dtype: int64 - name: status dtype: int64 - name: order dtype: int64 - name: clean_text dtype: string - name: augmented_contents sequence: string splits: - name: train num_bytes: 17370779 num_examples: 1821 download_size: 6871286 dataset_size: 17370779 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset includes multiple features such as id, title, subtitle, top, des, content, url, time, type, status, order, clean_text, and augmented_contents. Each feature has its data type, for example, id and top are int64 type, while title and content are string type. The dataset is divided into a training set (train) with 1821 samples, totaling 17370779 bytes. The download size of the dataset is 6871286 bytes.
数据集概述
数据集特征
- id: 整数类型 (int64)
- title: 字符串类型 (string)
- subtitle: 字符串类型 (string)
- top: 整数类型 (int64)
- des: 字符串类型 (string)
- content: 字符串类型 (string)
- url: 字符串类型 (string)
- time: 整数类型 (int64)
- type: 整数类型 (int64)
- status: 整数类型 (int64)
- order: 整数类型 (int64)
- clean_text: 字符串类型 (string)
- augmented_contents: 字符串序列 (sequence: string)
数据集划分
- 训练集 (train):
- 样本数量: 1821
- 数据大小: 17370779 字节
数据集大小
- 下载大小: 6871286 字节
- 数据集总大小: 17370779 字节
配置信息
- 默认配置 (default):
- 训练数据路径:
data/train-*
- 训练数据路径:



