kwoolery commited on
Commit
117d0cc
1 Parent(s): 50d3e89

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': Boho
11
+ '1': Coastal
12
+ '2': Contemporary
13
+ '3': Farmhouse
14
+ '4': Glam
15
+ '5': Industrial
16
+ '6': Mid-Century
17
+ '7': Modern
18
+ '8': Scandinavian
19
+ '9': Traditional
20
+ splits:
21
+ - name: train
22
+ num_bytes: 44040121691.965
23
+ num_examples: 41127
24
+ - name: validation
25
+ num_bytes: 339743399.0
26
+ num_examples: 454
27
+ - name: test
28
+ num_bytes: 303509.0
29
+ num_examples: 6
30
+ download_size: 339534104
31
+ dataset_size: 44380168599.965
32
+ ---
33
+ # Dataset Card for "style_data"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)