File size: 464 Bytes
70ee986 |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': Ilang-ilang
'1': Mango
'2': Narra
'3': Royal Palm
'4': Tabebuia
splits:
- name: train
num_bytes: 163795423.6
num_examples: 1350
download_size: 159640219
dataset_size: 163795423.6
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|