Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,57 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
config_name: plain_text
|
23 |
+
features:
|
24 |
+
- name: img
|
25 |
+
dtype: image
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
'0': airplane
|
31 |
+
'1': automobile
|
32 |
+
'2': bird
|
33 |
+
'3': cat
|
34 |
+
'4': deer
|
35 |
+
'5': dog
|
36 |
+
'6': frog
|
37 |
+
'7': horse
|
38 |
+
'8': ship
|
39 |
+
'9': truck
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 113648310.0
|
43 |
+
num_examples: 50000
|
44 |
+
- name: test
|
45 |
+
num_bytes: 22731580.0
|
46 |
+
num_examples: 10000
|
47 |
+
download_size: 143646105
|
48 |
+
dataset_size: 136379890.0
|
49 |
+
configs:
|
50 |
+
- config_name: plain_text
|
51 |
+
data_files:
|
52 |
+
- split: train
|
53 |
+
path: plain_text/train-*
|
54 |
+
- split: test
|
55 |
+
path: plain_text/test-*
|
56 |
+
default: true
|
57 |
+
---
|