freshpearYoon/v3_train_free_concat_25
收藏资源简介:
--- dataset_info: features: - name: input_features sequence: sequence: float32 - name: labels sequence: int64 splits: - name: train num_bytes: 3842555432 num_examples: 2500 download_size: 1781879474 dataset_size: 3842555432 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes two main features: input_features and labels. input_features is a sequence with data type float32, and labels is also a sequence with data type int64. The dataset is divided into a training set (train) with 2500 examples, totaling 3842555432 bytes. The download size of the dataset is 1781879474 bytes, and the actual dataset size is 3842555432 bytes. The dataset configuration is default, with the training data file path being data/train-*.
数据集概述
特征信息
- 输入特征 (
input_features):- 类型: 浮点数序列 (
float32)
- 类型: 浮点数序列 (
- 标签 (
labels):- 类型: 整数序列 (
int64)
- 类型: 整数序列 (
数据分割
- 训练集 (
train):- 字节数: 3,842,555,432
- 样本数: 2,500
数据集大小
- 下载大小: 1,781,879,474 字节
- 数据集大小: 3,842,555,432 字节
配置信息
- 默认配置 (
default):- 数据文件路径:
data/train-*
- 数据文件路径:



