File size: 817 Bytes
aee0705
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question_id
    dtype: int64
  - name: image_name
    dtype: string
  - name: image
    dtype: image
  - name: text
    dtype: string
  - name: label
    dtype: string
  - name: source
    dtype: string
  - name: category
    dtype: string
  splits:
  - name: full
    num_bytes: 4336056754.0
    num_examples: 27000
  - name: coco
    num_bytes: 1445538911.0
    num_examples: 9000
  - name: aokvqa
    num_bytes: 1519972997.0
    num_examples: 9000
  - name: gqa
    num_bytes: 1320001458.0
    num_examples: 9000
  download_size: 1452107402
  dataset_size: 8621570120.0
configs:
- config_name: default
  data_files:
  - split: full
    path: data/full-*
  - split: coco
    path: data/coco-*
  - split: aokvqa
    path: data/aokvqa-*
  - split: gqa
    path: data/gqa-*
---