Datasets:
mteb
/

Modalities:
Image
Formats:
parquet
Languages:
English
License:
isaacchung parquet-converter commited on
Commit
69a62dd
·
0 Parent(s):

Duplicate from uoft-cs/cifar10

Browse files

Co-authored-by: Parquet-converter (BOT) <parquet-converter@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.model filter=lfs diff=lfs merge=lfs -text
12
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
13
+ *.onnx filter=lfs diff=lfs merge=lfs -text
14
+ *.ot filter=lfs diff=lfs merge=lfs -text
15
+ *.parquet filter=lfs diff=lfs merge=lfs -text
16
+ *.pb filter=lfs diff=lfs merge=lfs -text
17
+ *.pt filter=lfs diff=lfs merge=lfs -text
18
+ *.pth filter=lfs diff=lfs merge=lfs -text
19
+ *.rar filter=lfs diff=lfs merge=lfs -text
20
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
22
+ *.tflite filter=lfs diff=lfs merge=lfs -text
23
+ *.tgz filter=lfs diff=lfs merge=lfs -text
24
+ *.xz filter=lfs diff=lfs merge=lfs -text
25
+ *.zip filter=lfs diff=lfs merge=lfs -text
26
+ *.zstandard filter=lfs diff=lfs merge=lfs -text
27
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ---
58
+
59
+ # Dataset Card for CIFAR-10
60
+
61
+ ## Table of Contents
62
+ - [Dataset Description](#dataset-description)
63
+ - [Dataset Summary](#dataset-summary)
64
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
65
+ - [Languages](#languages)
66
+ - [Dataset Structure](#dataset-structure)
67
+ - [Data Instances](#data-instances)
68
+ - [Data Fields](#data-fields)
69
+ - [Data Splits](#data-splits)
70
+ - [Dataset Creation](#dataset-creation)
71
+ - [Curation Rationale](#curation-rationale)
72
+ - [Source Data](#source-data)
73
+ - [Annotations](#annotations)
74
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
75
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
76
+ - [Social Impact of Dataset](#social-impact-of-dataset)
77
+ - [Discussion of Biases](#discussion-of-biases)
78
+ - [Other Known Limitations](#other-known-limitations)
79
+ - [Additional Information](#additional-information)
80
+ - [Dataset Curators](#dataset-curators)
81
+ - [Licensing Information](#licensing-information)
82
+ - [Citation Information](#citation-information)
83
+ - [Contributions](#contributions)
84
+
85
+ ## Dataset Description
86
+
87
+ - **Homepage:** https://www.cs.toronto.edu/~kriz/cifar.html
88
+ - **Repository:**
89
+ - **Paper:** Learning Multiple Layers of Features from Tiny Images by Alex Krizhevsky
90
+ - **Leaderboard:**
91
+ - **Point of Contact:**
92
+
93
+ ### Dataset Summary
94
+
95
+ The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.
96
+ The dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain more images from one class than another. Between them, the training batches contain exactly 5000 images from each class.
97
+
98
+ ### Supported Tasks and Leaderboards
99
+
100
+ - `image-classification`: The goal of this task is to classify a given image into one of 10 classes. The leaderboard is available [here](https://paperswithcode.com/sota/image-classification-on-cifar-10).
101
+
102
+ ### Languages
103
+
104
+ English
105
+
106
+ ## Dataset Structure
107
+
108
+ ### Data Instances
109
+
110
+ A sample from the training set is provided below:
111
+
112
+ ```
113
+ {
114
+ 'img': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x201FA6EE748>,
115
+ 'label': 0
116
+ }
117
+ ```
118
+
119
+ ### Data Fields
120
+
121
+ - img: A `PIL.Image.Image` object containing the 32x32 image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`
122
+ - label: 0-9 with the following correspondence
123
+ 0 airplane
124
+ 1 automobile
125
+ 2 bird
126
+ 3 cat
127
+ 4 deer
128
+ 5 dog
129
+ 6 frog
130
+ 7 horse
131
+ 8 ship
132
+ 9 truck
133
+
134
+ ### Data Splits
135
+
136
+ Train and Test
137
+
138
+ ## Dataset Creation
139
+
140
+ ### Curation Rationale
141
+
142
+ [More Information Needed]
143
+
144
+ ### Source Data
145
+
146
+ #### Initial Data Collection and Normalization
147
+
148
+ [More Information Needed]
149
+
150
+ #### Who are the source language producers?
151
+
152
+ [More Information Needed]
153
+
154
+ ### Annotations
155
+
156
+ #### Annotation process
157
+
158
+ [More Information Needed]
159
+
160
+ #### Who are the annotators?
161
+
162
+ [More Information Needed]
163
+
164
+ ### Personal and Sensitive Information
165
+
166
+ [More Information Needed]
167
+
168
+ ## Considerations for Using the Data
169
+
170
+ ### Social Impact of Dataset
171
+
172
+ [More Information Needed]
173
+
174
+ ### Discussion of Biases
175
+
176
+ [More Information Needed]
177
+
178
+ ### Other Known Limitations
179
+
180
+ [More Information Needed]
181
+
182
+ ## Additional Information
183
+
184
+ ### Dataset Curators
185
+
186
+ [More Information Needed]
187
+
188
+ ### Licensing Information
189
+
190
+ [More Information Needed]
191
+
192
+ ### Citation Information
193
+
194
+ ```
195
+ @TECHREPORT{Krizhevsky09learningmultiple,
196
+ author = {Alex Krizhevsky},
197
+ title = {Learning multiple layers of features from tiny images},
198
+ institution = {},
199
+ year = {2009}
200
+ }
201
+ ```
202
+
203
+ ### Contributions
204
+
205
+ Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
plain_text/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841389e6f2d64f28bf17310e430aebac20ec3ba611a3c5e231dc93c645ce84de
3
+ size 23940850
plain_text/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8428b53a88a11ac374111006708df51469e315a22ac6d66470afd9c78d2ae883
3
+ size 119705255