Datasets:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,56 +1,17 @@
|
|
| 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 |
-
configs:
|
| 13 |
-
- config_name: default
|
| 14 |
-
data_files:
|
| 15 |
-
- split: train
|
| 16 |
-
path: data/train-*
|
| 17 |
-
- split: validation
|
| 18 |
-
path: data/validation-*
|
| 19 |
-
- split: test
|
| 20 |
-
path: data/test-*
|
| 21 |
-
dataset_info:
|
| 22 |
-
features:
|
| 23 |
-
- name: image
|
| 24 |
-
dtype: image
|
| 25 |
-
- name: label
|
| 26 |
-
dtype:
|
| 27 |
-
class_label:
|
| 28 |
-
names:
|
| 29 |
-
'0': airplane
|
| 30 |
-
'1': bird
|
| 31 |
-
'2': car
|
| 32 |
-
'3': cat
|
| 33 |
-
'4': deer
|
| 34 |
-
'5': dog
|
| 35 |
-
'6': horse
|
| 36 |
-
'7': monkey
|
| 37 |
-
'8': ship
|
| 38 |
-
'9': truck
|
| 39 |
-
splits:
|
| 40 |
-
- name: train
|
| 41 |
-
num_bytes: 88912260
|
| 42 |
-
num_examples: 5000
|
| 43 |
-
- name: validation
|
| 44 |
-
num_bytes: 8873579
|
| 45 |
-
num_examples: 500
|
| 46 |
-
- name: test
|
| 47 |
-
num_bytes: 17747166
|
| 48 |
-
num_examples: 1000
|
| 49 |
-
download_size: 115497318
|
| 50 |
-
dataset_size: 115533005
|
| 51 |
---
|
| 52 |
|
| 53 |
-
# STL-10 — Subset
|
| 54 |
|
| 55 |
Stratified random subset of [STL-10](https://cs.stanford.edu/~acoates/stl10/).
|
| 56 |
|
|
@@ -60,7 +21,7 @@ Stratified random subset of [STL-10](https://cs.stanford.edu/~acoates/stl10/).
|
|
| 60 |
| test | 1,000 | 100 |
|
| 61 |
| validation | 500 | 50 |
|
| 62 |
|
| 63 |
-
**Classes:** airplane, bird, car, cat, deer, dog, horse, monkey, ship, truck
|
| 64 |
**Images:** 96 × 96 RGB | **Seed:** 42
|
| 65 |
|
| 66 |
```python
|
|
|
|
| 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
|
| 15 |
|
| 16 |
Stratified random subset of [STL-10](https://cs.stanford.edu/~acoates/stl10/).
|
| 17 |
|
|
|
|
| 21 |
| test | 1,000 | 100 |
|
| 22 |
| validation | 500 | 50 |
|
| 23 |
|
| 24 |
+
**Classes:** airplane, bird, car, cat, deer, dog, horse, monkey, ship, truck
|
| 25 |
**Images:** 96 × 96 RGB | **Seed:** 42
|
| 26 |
|
| 27 |
```python
|