will33am commited on
Commit
a9e00e4
·
1 Parent(s): f3c4370

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +123 -0
README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': accordion
11
+ '1': airplanes
12
+ '2': anchor
13
+ '3': ant
14
+ '4': background google
15
+ '5': barrel
16
+ '6': bass
17
+ '7': beaver
18
+ '8': binocular
19
+ '9': bonsai
20
+ '10': brain
21
+ '11': brontosaurus
22
+ '12': buddha
23
+ '13': butterfly
24
+ '14': camera
25
+ '15': cannon
26
+ '16': car side
27
+ '17': ceiling fan
28
+ '18': cellphone
29
+ '19': chair
30
+ '20': chandelier
31
+ '21': cougar body
32
+ '22': cougar face
33
+ '23': crab
34
+ '24': crayfish
35
+ '25': crocodile
36
+ '26': crocodile head
37
+ '27': cup
38
+ '28': dalmatian
39
+ '29': dollar bill
40
+ '30': dolphin
41
+ '31': dragonfly
42
+ '32': electric guitar
43
+ '33': elephant
44
+ '34': emu
45
+ '35': euphonium
46
+ '36': ewer
47
+ '37': faces
48
+ '38': faces easy
49
+ '39': ferry
50
+ '40': flamingo
51
+ '41': flamingo head
52
+ '42': garfield
53
+ '43': gerenuk
54
+ '44': gramophone
55
+ '45': grand piano
56
+ '46': hawksbill
57
+ '47': headphone
58
+ '48': hedgehog
59
+ '49': helicopter
60
+ '50': ibis
61
+ '51': inline skate
62
+ '52': joshua tree
63
+ '53': kangaroo
64
+ '54': ketch
65
+ '55': lamp
66
+ '56': laptop
67
+ '57': leopards
68
+ '58': llama
69
+ '59': lobster
70
+ '60': lotus
71
+ '61': mandolin
72
+ '62': mayfly
73
+ '63': menorah
74
+ '64': metronome
75
+ '65': minaret
76
+ '66': motorbikes
77
+ '67': nautilus
78
+ '68': octopus
79
+ '69': okapi
80
+ '70': pagoda
81
+ '71': panda
82
+ '72': pigeon
83
+ '73': pizza
84
+ '74': platypus
85
+ '75': pyramid
86
+ '76': revolver
87
+ '77': rhino
88
+ '78': rooster
89
+ '79': saxophone
90
+ '80': schooner
91
+ '81': scissors
92
+ '82': scorpion
93
+ '83': sea horse
94
+ '84': snoopy
95
+ '85': soccer ball
96
+ '86': stapler
97
+ '87': starfish
98
+ '88': stegosaurus
99
+ '89': stop sign
100
+ '90': strawberry
101
+ '91': sunflower
102
+ '92': tick
103
+ '93': trilobite
104
+ '94': umbrella
105
+ '95': watch
106
+ '96': water lilly
107
+ '97': wheelchair
108
+ '98': wild cat
109
+ '99': windsor chair
110
+ '100': wrench
111
+ '101': yin yang
112
+ - name: id
113
+ dtype: int64
114
+ splits:
115
+ - name: test
116
+ num_bytes: 95741485.42
117
+ num_examples: 6084
118
+ download_size: 93905977
119
+ dataset_size: 95741485.42
120
+ ---
121
+ # Dataset Card for "Caltech101_with_background_test"
122
+
123
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)