Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K - 10K
License:
Commit
·
ff99f40
1
Parent(s):
072128b
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (a0a914a5c56b78a8d49812d6c414613ce4daa4f4)
README.md
CHANGED
|
@@ -9,7 +9,6 @@ license:
|
|
| 9 |
- mit
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
-
pretty_name: Beans
|
| 13 |
size_categories:
|
| 14 |
- 1K<n<10K
|
| 15 |
source_datasets:
|
|
@@ -18,6 +17,7 @@ task_categories:
|
|
| 18 |
- image-classification
|
| 19 |
task_ids:
|
| 20 |
- multi-class-image-classification
|
|
|
|
| 21 |
dataset_info:
|
| 22 |
features:
|
| 23 |
- name: image_file_path
|
|
@@ -28,9 +28,9 @@ dataset_info:
|
|
| 28 |
dtype:
|
| 29 |
class_label:
|
| 30 |
names:
|
| 31 |
-
0: angular_leaf_spot
|
| 32 |
-
1: bean_rust
|
| 33 |
-
2: healthy
|
| 34 |
splits:
|
| 35 |
- name: train
|
| 36 |
num_bytes: 382110
|
|
|
|
| 9 |
- mit
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
|
|
|
| 12 |
size_categories:
|
| 13 |
- 1K<n<10K
|
| 14 |
source_datasets:
|
|
|
|
| 17 |
- image-classification
|
| 18 |
task_ids:
|
| 19 |
- multi-class-image-classification
|
| 20 |
+
pretty_name: Beans
|
| 21 |
dataset_info:
|
| 22 |
features:
|
| 23 |
- name: image_file_path
|
|
|
|
| 28 |
dtype:
|
| 29 |
class_label:
|
| 30 |
names:
|
| 31 |
+
'0': angular_leaf_spot
|
| 32 |
+
'1': bean_rust
|
| 33 |
+
'2': healthy
|
| 34 |
splits:
|
| 35 |
- name: train
|
| 36 |
num_bytes: 382110
|