File size: 677 Bytes
57a454d
 
 
 
 
c8a58ff
 
57a454d
 
c8a58ff
 
 
 
9b79fa1
 
c8a58ff
57a454d
 
 
9b79fa1
 
57a454d
 
36121ac
 
57a454d
36121ac
 
 
 
57a454d
 
 
 
 
 
 
 
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: image_id
    dtype: string
  - name: caption
    dtype: string
  - name: kitchen
    dtype:
      class_label:
        names:
          '0': 'no'
          '1': 'yes'
  - name: oven
    dtype:
      class_label:
        names:
          '0': 'no'
          '1': 'yes'
  splits:
  - name: train
    num_bytes: 776163177
    num_examples: 8933
  - name: validation
    num_bytes: 194019072
    num_examples: 2233
  download_size: 993109419
  dataset_size: 970182249
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---