Datasets:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,53 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
-
- stl10
|
| 5 |
-
- image-classification
|
| 6 |
-
- subset
|
| 7 |
-
- computer-vision
|
| 8 |
source_datasets:
|
| 9 |
-
- tanganke/stl10
|
| 10 |
task_categories:
|
| 11 |
-
- image-classification
|
| 12 |
-
dataset_info:
|
| 13 |
-
features:
|
| 14 |
-
- name: image
|
| 15 |
-
dtype: image
|
| 16 |
-
- name: label
|
| 17 |
-
dtype:
|
| 18 |
-
class_label:
|
| 19 |
-
names:
|
| 20 |
-
'0': airplane
|
| 21 |
-
'1': bird
|
| 22 |
-
'2': car
|
| 23 |
-
'3': cat
|
| 24 |
-
'4': deer
|
| 25 |
-
'5': dog
|
| 26 |
-
'6': horse
|
| 27 |
-
'7': monkey
|
| 28 |
-
'8': ship
|
| 29 |
-
'9': truck
|
| 30 |
-
splits:
|
| 31 |
-
- name: train
|
| 32 |
-
num_bytes: 88912260.0
|
| 33 |
-
num_examples: 5000
|
| 34 |
-
- name: validation
|
| 35 |
-
num_bytes: 8873579.0625
|
| 36 |
-
num_examples: 500
|
| 37 |
-
- name: test
|
| 38 |
-
num_bytes: 17747166.125
|
| 39 |
-
num_examples: 1000
|
| 40 |
-
download_size: 115530694
|
| 41 |
-
dataset_size: 115533005.1875
|
| 42 |
-
configs:
|
| 43 |
-
- config_name: default
|
| 44 |
-
data_files:
|
| 45 |
-
- split: train
|
| 46 |
-
path: data/train-*
|
| 47 |
-
- split: validation
|
| 48 |
-
path: data/validation-*
|
| 49 |
-
- split: test
|
| 50 |
-
path: data/test-*
|
| 51 |
---
|
| 52 |
|
| 53 |
# STL-10 — Subset
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
+
- stl10
|
| 5 |
+
- image-classification
|
| 6 |
+
- subset
|
| 7 |
+
- computer-vision
|
| 8 |
source_datasets:
|
| 9 |
+
- tanganke/stl10
|
| 10 |
task_categories:
|
| 11 |
+
- image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# STL-10 — Subset
|