File size: 742 Bytes
d108d62
 
 
 
 
9e325d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d108d62
 
9e325d9
 
d108d62
9e325d9
 
 
 
d108d62
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: size
    dtype: string
  - name: objects
    dtype: string
  - name: positive_captions
    dtype: string
  - name: negative_captions
    dtype: string
  - name: ambiguous_captions
    dtype: string
  - name: positive_objects
    dtype: string
  - name: negative_objects
    dtype: string
  - name: ambiguous_objects
    dtype: string
  splits:
  - name: train
    num_bytes: 6424085843.442
    num_examples: 38118
  - name: test
    num_bytes: 1683318047.872
    num_examples: 9658
  download_size: 8236094882
  dataset_size: 8107403891.314
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---