Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 901 Bytes
afb9b7f
 
e48c173
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
afb9b7f
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
38
39
40
41
42
43
44
45
46
47
---
license: cc-by-4.0
dataset_info:
  features:
  - name: screen_id
    dtype: string
  - name: question
    dtype: string
  - name: ground_truth
    list:
    - name: full_answer
      dtype: string
    - name: ui_elements
      list:
      - name: bounds
        sequence: float64
      - name: text
        dtype: string
      - name: vh_index
        dtype: int64
  - name: file_name
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 8162486352.98
    num_examples: 68980
  - name: validation
    num_bytes: 1057181449.778
    num_examples: 8618
  - name: test
    num_bytes: 951399950.724
    num_examples: 8427
  download_size: 3324988803
  dataset_size: 10171067753.481998
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---