File size: 1,066 Bytes
d79ec76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d9acfc1
 
 
09a9d5e
 
 
99fb099
 
 
 
 
d79ec76
 
 
 
 
02105cc
 
90c226a
 
d79ec76
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
48
49
50
51
52
53
54
55
56
---
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: image
    dtype: image
  - name: image_id
    dtype: string
  - name: image_classes
    sequence: string
  - name: flickr_original_url
    dtype: string
  - name: flickr_300k_url
    dtype: string
  - name: image_width
    dtype: int64
  - name: image_height
    dtype: int64
  - name: set_name
    dtype: string
  - name: image_name
    dtype: string
  - name: image_path
    dtype: string
  - name: caption_id
    sequence: int64
  - name: caption_str
    sequence: string
  - name: reference_strs
    sequence: string
  splits:
  - name: train
    num_bytes: 6201208209.0
    num_examples: 21953
  - name: val
    num_bytes: 919878416.0
    num_examples: 3166
  - name: test
    num_bytes: 959971875.0
    num_examples: 3289
  download_size: 8064165124
  dataset_size: 8081058500.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---