File size: 556 Bytes
cbc160c | 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 | ---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': Antracnose
'1': Bacterial Spot
'2': Healthy Leaf
'3': Leaf Curl
'4': Mealybug
'5': Mite Disease
'6': Mosaic
'7': Ring Spot
splits:
- name: train
num_bytes: 25486301920
num_examples: 11074
download_size: 13399766511
dataset_size: 25486301920
---
|