Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
source_datasets:
|
15 |
+
- extended|other-80-Million-Tiny-Images
|
16 |
+
task_categories:
|
17 |
+
- image-classification
|
18 |
+
task_ids: []
|
19 |
+
paperswithcode_id: cifar-10
|
20 |
+
pretty_name: Cifar10
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: img
|
24 |
+
dtype: image
|
25 |
+
- name: label
|
26 |
+
dtype:
|
27 |
+
class_label:
|
28 |
+
names:
|
29 |
+
'0': airplane
|
30 |
+
'1': automobile
|
31 |
+
'2': bird
|
32 |
+
'3': cat
|
33 |
+
'4': deer
|
34 |
+
'5': dog
|
35 |
+
'6': frog
|
36 |
+
'7': horse
|
37 |
+
'8': ship
|
38 |
+
'9': truck
|
39 |
+
config_name: plain_text
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 113854600
|
43 |
+
num_examples: 50000
|
44 |
+
- name: test
|
45 |
+
num_bytes: 22772838
|
46 |
+
num_examples: 10000
|
47 |
+
download_size: 170498071
|
48 |
+
dataset_size: 136627438
|
49 |
+
---
|