File size: 940 Bytes
6915c19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: image_options
    dtype: image
  - name: caption_options
    list: string
  - name: true_caption
    dtype: string
  - name: false_caption
    dtype: string
  - name: true_triples
    list:
      list: string
  - name: false_triples
    list:
      list: string
  splits:
  - name: coco_qa_one_obj
    num_bytes: 1037797911
    num_examples: 2247
  - name: coco_qa_two_obj
    num_bytes: 194582161
    num_examples: 440
  - name: vg_qa_one_obj
    num_bytes: 416604950
    num_examples: 1160
  - name: vg_qa_two_obj
    num_bytes: 108591865
    num_examples: 291
  download_size: 1749669257
  dataset_size: 1757576887
configs:
- config_name: default
  data_files:
  - split: coco_qa_one_obj
    path: data/coco_qa_one_obj-*
  - split: coco_qa_two_obj
    path: data/coco_qa_two_obj-*
  - split: vg_qa_one_obj
    path: data/vg_qa_one_obj-*
  - split: vg_qa_two_obj
    path: data/vg_qa_two_obj-*
---