Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Size:
10K - 100K
Tags:
biology
License:
File size: 644 Bytes
715bd6b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': cat
'1': dog
'2': elephant
'3': fish
'4': horse
'5': lion
'6': penguin
'7': rabbit
'8': tiger
splits:
- name: train
num_bytes: 12734516340.0
num_examples: 9000
- name: test
num_bytes: 6403984632.0
num_examples: 4500
download_size: 21172491982
dataset_size: 19138500972.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|