bgspaditya/10fold4
收藏资源简介:
--- dataset_info: features: - name: url dtype: string - name: type dtype: string - name: labels dtype: int64 splits: - name: train num_bytes: 48587695.39039698 num_examples: 586072 - name: val num_bytes: 5398623.609603019 num_examples: 65119 download_size: 29464632 dataset_size: 53986319.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: val path: data/val-* ---
The dataset includes three features: url (string type), type (string type), and labels (64-bit integer type). The dataset is divided into a training set and a validation set, with the training set containing 586,072 samples and a total size of 48,587,695.39 bytes; the validation set contains 65,119 samples and a total size of 5,398,623.61 bytes. The total download size of the dataset is 29,464,632 bytes, and the total dataset size is 53,986,319.0 bytes. The dataset configuration is named default, with the training set and validation set data files stored in data/train-* and data/val-* paths respectively.
数据集概述
数据集信息
特征
- 名称: url
- 数据类型: string
- 名称: type
- 数据类型: string
- 名称: labels
- 数据类型: int64
分割
- 名称: train
- 字节数: 48587695.39039698
- 样本数: 586072
- 名称: val
- 字节数: 5398623.609603019
- 样本数: 65119
大小
- 下载大小: 29464632
- 数据集大小: 53986319.0
配置
- 配置名称: default
- 数据文件:
- 分割: train
- 路径: data/train-*
- 分割: val
- 路径: data/val-*
- 分割: train
- 数据文件:



