File size: 477 Bytes
dc2f677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label_id
    dtype:
      class_label:
        names:
          '0': bathroom
          '1': bedroom
          '2': dining_room
          '3': kitchen
          '4': living_room
  - name: label_name
    dtype: string
  splits:
  - name: train
    num_bytes: 810900
    num_examples: 4000
  - name: test
    num_bytes: 201725
    num_examples: 1000
  download_size: 1888811124
  dataset_size: 1012625
---