yotam56 commited on
Commit
bce9a6f
1 Parent(s): e63a311

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': dresses
11
+ '1': jackets
12
+ '2': man_hoodie
13
+ '3': red_tshirts
14
+ '4': suits
15
+ '5': white_tshirts
16
+ '6': women_pants
17
+ '7': women_shorts
18
+ '8': women_skirts
19
+ splits:
20
+ - name: train
21
+ num_bytes: 358596.0
22
+ num_examples: 45
23
+ download_size: 367026
24
+ dataset_size: 358596.0
25
+ ---
26
+ # Dataset Card for "hugo_tsne_ds"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)