File size: 706 Bytes
cc7b720 3ac1901 cc7b720 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
license: cc-by-4.0
dataset_info:
features:
- name: screen_id
dtype: string
- name: question
dtype: string
- name: ground_truth
sequence: string
- name: file_name
dtype: string
- name: image
dtype: image
splits:
- name: train
num_bytes: 731097383.7930887
num_examples: 6347
- name: validation
num_bytes: 91688842.13767931
num_examples: 796
- name: test
num_bytes: 87426925.10364145
num_examples: 759
download_size: 617292361
dataset_size: 910213151.0344095
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|