Kevinger/hub-report-dataset
收藏资源简介:
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: valid path: data/valid-* dataset_info: features: - name: id dtype: string - name: score dtype: float64 - name: title dtype: string - name: text dtype: string - name: business dtype: int64 - name: crime dtype: int64 - name: culture dtype: int64 - name: entertainment dtype: int64 - name: politics dtype: int64 - name: science dtype: int64 - name: sports dtype: int64 - name: weather dtype: int64 splits: - name: train num_bytes: 6111039.522317189 num_examples: 2211 - name: test num_bytes: 1310100.7388414056 num_examples: 474 - name: valid num_bytes: 1310100.7388414056 num_examples: 474 download_size: 5314452 dataset_size: 8731241.0 --- # Dataset Card for "hub-report-dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
配置项: - 配置名称:default 数据文件: - 数据划分:train(训练集),文件路径:data/train-* - 数据划分:test(测试集),文件路径:data/test-* - 数据划分:valid(验证集),文件路径:data/valid-* 数据集信息: 特征字段: - 字段名:id,数据类型:string(字符串) - 字段名:score,数据类型:float64(双精度浮点数) - 字段名:title,数据类型:string(字符串) - 字段名:text,数据类型:string(字符串) - 字段名:business,数据类型:int64(64位整型) - 字段名:crime,数据类型:int64(64位整型) - 字段名:culture,数据类型:int64(64位整型) - 字段名:entertainment,数据类型:int64(64位整型) - 字段名:politics,数据类型:int64(64位整型) - 字段名:science,数据类型:int64(64位整型) - 字段名:sports,数据类型:int64(64位整型) - 字段名:weather,数据类型:int64(64位整型) 数据划分详情: - 划分名称:train(训练集),字节数:6111039.522317189,样本数量:2211 - 划分名称:test(测试集),字节数:1310100.7388414056,样本数量:474 - 划分名称:valid(验证集),字节数:1310100.7388414056,样本数量:474 下载大小:5314452 字节 数据集总大小:8731241.0 字节 # "hub-report-dataset" 数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集配置
- 默认配置:
- 训练集:路径为
data/train-* - 测试集:路径为
data/test-* - 验证集:路径为
data/valid-*
- 训练集:路径为
数据集信息
-
特征:
id:字符串类型score:浮点数类型title:字符串类型text:字符串类型business:整数类型crime:整数类型culture:整数类型entertainment:整数类型politics:整数类型science:整数类型sports:整数类型weather:整数类型
-
数据分割:
- 训练集:
- 字节数:6111039.522317189
- 样本数:2211
- 测试集:
- 字节数:1310100.7388414056
- 样本数:474
- 验证集:
- 字节数:1310100.7388414056
- 样本数:474
- 训练集:
-
数据集大小:
- 下载大小:5314452 字节
- 数据集总大小:8731241.0 字节




