Commit
·
287c90b
1
Parent(s):
b033a31
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: labels
|
5 |
+
dtype:
|
6 |
+
class_label:
|
7 |
+
names:
|
8 |
+
'0': Italian greyhound
|
9 |
+
'1': coyote, prairie wolf, brush wolf, Canis latrans
|
10 |
+
'2': beagle
|
11 |
+
'3': Rottweiler
|
12 |
+
'4': hyena, hyaena
|
13 |
+
'5': Greater Swiss Mountain dog
|
14 |
+
'6': triceratops
|
15 |
+
'7': French bulldog
|
16 |
+
'8': red wolf, maned wolf, Canis rufus, Canis niger
|
17 |
+
'9': Egyptian cat
|
18 |
+
'10': Chihuahua
|
19 |
+
'11': Irish terrier
|
20 |
+
'12': tiger cat
|
21 |
+
'13': white wolf, Arctic wolf, Canis lupus tundrarum
|
22 |
+
'14': timber wolf, grey wolf, gray wolf, Canis lupus
|
23 |
+
- name: img
|
24 |
+
dtype: image
|
25 |
+
splits:
|
26 |
+
- name: validation
|
27 |
+
num_bytes: 60570468.125
|
28 |
+
num_examples: 1439
|
29 |
+
- name: train
|
30 |
+
num_bytes: 161485444.02117264
|
31 |
+
num_examples: 3681
|
32 |
+
download_size: 222111550
|
33 |
+
dataset_size: 222055912.14617264
|
34 |
+
---
|
35 |
+
# Dataset Card for "ImageNet15_animals_unbalanced_augmented1"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|