File size: 685 Bytes
e86322f
 
 
 
 
c684179
 
e86322f
 
c684179
 
 
 
ea923a2
 
c684179
e86322f
 
 
ea923a2
 
e86322f
 
1f062f9
 
e86322f
1f062f9
 
 
 
e86322f
 
 
 
 
 
 
 
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: dining_room
    dtype:
      class_label:
        names:
          '0': 'no'
          '1': 'yes'
  - name: plate
    dtype:
      class_label:
        names:
          '0': 'no'
          '1': 'yes'
  splits:
  - name: train
    num_bytes: 957346592
    num_examples: 10643
  - name: validation
    num_bytes: 239269184
    num_examples: 2660
  download_size: 1196450442
  dataset_size: 1196615776
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---