xin1997/my-try2
收藏官方服务:
资源简介:
--- dataset_info: features: - name: a dtype: int64 - name: b dtype: string splits: - name: test num_bytes: 44 num_examples: 3 download_size: 1206 dataset_size: 44 configs: - config_name: default data_files: - split: test path: data/test-* ---
The dataset includes two features: a (int64 type) and b (string type). It is divided into a test set (test) with 3 examples and 44 bytes of data. The download size of the dataset is 1206 bytes, and the actual data size is 44 bytes. The dataset has a default configuration (default), with the test set data file path being data/test-*.
提供机构:
xin1997原始信息汇总
数据集概述
特征信息
- 名称: a
- 数据类型: int64
- 名称: b
- 数据类型: string
数据分割
- 名称: test
- 字节数: 44
- 样本数: 3
数据集大小
- 下载大小: 1206
- 数据集大小: 44
配置信息
- 配置名称: default
- 数据文件:
- 分割: test
- 路径: data/test-*
- 数据文件:



