abhinavl/figure2code_data
收藏资源简介:
--- dataset_info: features: - name: image dtype: image - name: labels dtype: string - name: values dtype: string - name: title dtype: string - name: value_heading dtype: string - name: code dtype: string - name: og_file_name dtype: string splits: - name: train num_bytes: 128999496.0 num_examples: 8000 - name: test num_bytes: 16069148.0 num_examples: 1000 - name: validation num_bytes: 16180882.0 num_examples: 1000 download_size: 139539138 dataset_size: 161249526.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* ---
The dataset includes multiple features such as image, labels, values, title, value heading, code, and original file name. It is divided into training (8000 examples), test (1000 examples), and validation (1000 examples) sets. The total download size of the dataset is 139539138 bytes, and the total dataset size is 161249526.0 bytes. The default configuration of the dataset specifies the data file paths for different splits.
数据集概述
数据集特征
- image:图像数据类型
- labels:字符串数据类型
- values:字符串数据类型
- title:字符串数据类型
- value_heading:字符串数据类型
- code:字符串数据类型
- og_file_name:字符串数据类型
数据集分割
- 训练集(train):
- 示例数量:8000
- 数据大小:128999496.0字节
- 测试集(test):
- 示例数量:1000
- 数据大小:16069148.0字节
- 验证集(validation):
- 示例数量:1000
- 数据大小:16180882.0字节
数据集大小
- 下载大小:139539138字节
- 数据集总大小:161249526.0字节
数据文件配置
- 默认配置(default):
- 训练集路径:data/train-*
- 测试集路径:data/test-*
- 验证集路径:data/validation-*



