rungalileo commited on
Commit
df76383
·
1 Parent(s): 37af002

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: labels
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': Italian_greyhound
9
+ '1': Coyote
10
+ '2': Beagle
11
+ '3': Rottweiler
12
+ '4': Hyena
13
+ '5': Greater_Swiss_Mountain_dog
14
+ '6': Triceratops
15
+ '7': French_bulldog
16
+ '8': Red_wolf
17
+ '9': Egyptian_cat
18
+ '10': Chihuahua
19
+ '11': Irish_terrier
20
+ '12': Tiger_cat
21
+ '13': White_wolf
22
+ '14': Timber_wolf
23
+ - name: img
24
+ dtype: image
25
+ - name: is_generated
26
+ dtype: bool
27
+ splits:
28
+ - name: validation
29
+ num_bytes: 60570648.125
30
+ num_examples: 1439
31
+ - name: train
32
+ num_bytes: 186912186.125
33
+ num_examples: 3735
34
+ download_size: 247404644
35
+ dataset_size: 247482834.25
36
+ ---
37
+ # Dataset Card for "ImageNet15_animals_unbalanced_aug2"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)