Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K - 10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -18,6 +18,31 @@ task_categories:
|
|
18 |
- image-classification
|
19 |
task_ids:
|
20 |
- multi-class-image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Card for Beans
|
@@ -174,4 +199,4 @@ Class Label Mappings:
|
|
174 |
|
175 |
### Contributions
|
176 |
|
177 |
-
Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.
|
|
|
18 |
- image-classification
|
19 |
task_ids:
|
20 |
- multi-class-image-classification
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: image_file_path
|
24 |
+
dtype: string
|
25 |
+
- name: image
|
26 |
+
dtype: image
|
27 |
+
- name: labels
|
28 |
+
dtype:
|
29 |
+
class_label:
|
30 |
+
names:
|
31 |
+
0: angular_leaf_spot
|
32 |
+
1: bean_rust
|
33 |
+
2: healthy
|
34 |
+
splits:
|
35 |
+
- name: test
|
36 |
+
num_bytes: 46584
|
37 |
+
num_examples: 128
|
38 |
+
- name: train
|
39 |
+
num_bytes: 382110
|
40 |
+
num_examples: 1034
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 49711
|
43 |
+
num_examples: 133
|
44 |
+
download_size: 180024906
|
45 |
+
dataset_size: 478405
|
46 |
---
|
47 |
|
48 |
# Dataset Card for Beans
|
|
|
199 |
|
200 |
### Contributions
|
201 |
|
202 |
+
Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.
|