Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: img
|
| 5 |
+
dtype: image
|
| 6 |
+
- name: label
|
| 7 |
+
dtype:
|
| 8 |
+
class_label:
|
| 9 |
+
names:
|
| 10 |
+
'0': airplane
|
| 11 |
+
'1': automobile
|
| 12 |
+
'2': bird
|
| 13 |
+
'3': cat
|
| 14 |
+
'4': deer
|
| 15 |
+
'5': dog
|
| 16 |
+
'6': frog
|
| 17 |
+
'7': horse
|
| 18 |
+
'8': ship
|
| 19 |
+
'9': truck
|
| 20 |
+
- name: id
|
| 21 |
+
dtype: int64
|
| 22 |
+
splits:
|
| 23 |
+
- name: train
|
| 24 |
+
num_bytes: 114048310.0
|
| 25 |
+
num_examples: 50000
|
| 26 |
+
download_size: 114206098
|
| 27 |
+
dataset_size: 114048310.0
|
| 28 |
+
---
|
| 29 |
+
# Dataset Card for "CIFAR10_train"
|
| 30 |
+
|
| 31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|