File size: 568 Bytes
a913288
 
 
e51b9a6
a913288
 
 
 
e51b9a6
 
 
 
 
 
a913288
 
b79b0e8
e51b9a6
a913288
b79b0e8
e51b9a6
b79b0e8
 
a913288
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: pixel_coords
    sequence:
      sequence: float64
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 22088956419.25
    num_examples: 165406
  - name: test
    num_bytes: 4726585029.25
    num_examples: 35422
  download_size: 10936331937
  dataset_size: 26815541448.5
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---