Upload dataset
Browse files- README.md +63 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: ord_labels
|
| 11 |
+
dtype:
|
| 12 |
+
class_label:
|
| 13 |
+
names:
|
| 14 |
+
'0': aquatic_mammals
|
| 15 |
+
'1': fish
|
| 16 |
+
'2': flowers
|
| 17 |
+
'3': food_containers
|
| 18 |
+
'4': fruit, vegetables and mushrooms
|
| 19 |
+
'5': household electrical devices
|
| 20 |
+
'6': household furniture
|
| 21 |
+
'7': insects
|
| 22 |
+
'8': large carnivores and bear
|
| 23 |
+
'9': large man-made outdoor things
|
| 24 |
+
'10': large natural outdoor scenes
|
| 25 |
+
'11': large omnivores and herbivores
|
| 26 |
+
'12': medium-sized mammals
|
| 27 |
+
'13': non-insect invertebrates
|
| 28 |
+
'14': people
|
| 29 |
+
'15': reptiles
|
| 30 |
+
'16': small mammals
|
| 31 |
+
'17': trees
|
| 32 |
+
'18': transportation vehicles
|
| 33 |
+
'19': non-transportation vehicles
|
| 34 |
+
- name: cl_labels
|
| 35 |
+
sequence:
|
| 36 |
+
class_label:
|
| 37 |
+
names:
|
| 38 |
+
'0': aquatic_mammals
|
| 39 |
+
'1': fish
|
| 40 |
+
'2': flowers
|
| 41 |
+
'3': food_containers
|
| 42 |
+
'4': fruit, vegetables and mushrooms
|
| 43 |
+
'5': household electrical devices
|
| 44 |
+
'6': household furniture
|
| 45 |
+
'7': insects
|
| 46 |
+
'8': large carnivores and bear
|
| 47 |
+
'9': large man-made outdoor things
|
| 48 |
+
'10': large natural outdoor scenes
|
| 49 |
+
'11': large omnivores and herbivores
|
| 50 |
+
'12': medium-sized mammals
|
| 51 |
+
'13': non-insect invertebrates
|
| 52 |
+
'14': people
|
| 53 |
+
'15': reptiles
|
| 54 |
+
'16': small mammals
|
| 55 |
+
'17': trees
|
| 56 |
+
'18': transportation vehicles
|
| 57 |
+
'19': non-transportation vehicles
|
| 58 |
+
- name: images
|
| 59 |
+
dtype: image
|
| 60 |
+
splits:
|
| 61 |
+
- name: train
|
| 62 |
+
num_bytes: 113545106.0
|
| 63 |
+
num_examples: 50000
|
| 64 |
+
download_size: 116336850
|
| 65 |
+
dataset_size: 113545106.0
|
| 66 |
---
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a99fe6bacdf4084833c27ab19d39be79e05f0aa05e5ed5599d96716e27719b6
|
| 3 |
+
size 116336850
|