Datasets:
Move inline configs[].features into dataset_info:
Browse files
README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
features:
|
| 6 |
- name: image
|
| 7 |
dtype: image
|
|
@@ -12,11 +18,6 @@ configs:
|
|
| 12 |
'0': earlyblt
|
| 13 |
'1': healthy
|
| 14 |
'2': lateblt
|
| 15 |
-
license: cc-by-4.0
|
| 16 |
-
task_categories:
|
| 17 |
-
- image-classification
|
| 18 |
-
size_categories:
|
| 19 |
-
- 10K<n<100K
|
| 20 |
---
|
| 21 |
|
| 22 |
# Potato Leaf Blight Classification
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
default: true
|
| 5 |
+
license: cc-by-4.0
|
| 6 |
+
task_categories:
|
| 7 |
+
- image-classification
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10K<n<100K
|
| 10 |
+
dataset_info:
|
| 11 |
features:
|
| 12 |
- name: image
|
| 13 |
dtype: image
|
|
|
|
| 18 |
'0': earlyblt
|
| 19 |
'1': healthy
|
| 20 |
'2': lateblt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# Potato Leaf Blight Classification
|