yotam56 commited on
Commit
b8bdced
1 Parent(s): d33ec2c

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': american_shirt
11
+ '1': black
12
+ '2': blue
13
+ '3': buttoned_shirt
14
+ '4': checked_shirt
15
+ '5': coat
16
+ '6': dark_tshirts
17
+ '7': hoodie
18
+ '8': long_sleeves
19
+ '9': other_tshirts
20
+ '10': polo
21
+ '11': red
22
+ '12': striped_sweater
23
+ '13': striped_tshirts
24
+ '14': white_with_logo
25
+ '15': yellow
26
+ splits:
27
+ - name: train
28
+ num_bytes: 3587713.0
29
+ num_examples: 84
30
+ download_size: 3527249
31
+ dataset_size: 3587713.0
32
+ ---
33
+ # Dataset Card for "mix_ds"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)