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
|
|
@@ -29,11 +35,6 @@ configs:
|
|
| 29 |
'17': Sesbania grandiflora
|
| 30 |
'18': Trifolium Repens
|
| 31 |
'19': Ziziphus mauritiana
|
| 32 |
-
license: cc-by-nc-3.0
|
| 33 |
-
task_categories:
|
| 34 |
-
- image-classification
|
| 35 |
-
size_categories:
|
| 36 |
-
- 1K<n<10K
|
| 37 |
---
|
| 38 |
|
| 39 |
# SIMPDV1 Plant Classification
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
default: true
|
| 5 |
+
license: cc-by-nc-3.0
|
| 6 |
+
task_categories:
|
| 7 |
+
- image-classification
|
| 8 |
+
size_categories:
|
| 9 |
+
- 1K<n<10K
|
| 10 |
+
dataset_info:
|
| 11 |
features:
|
| 12 |
- name: image
|
| 13 |
dtype: image
|
|
|
|
| 35 |
'17': Sesbania grandiflora
|
| 36 |
'18': Trifolium Repens
|
| 37 |
'19': Ziziphus mauritiana
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
---
|
| 39 |
|
| 40 |
# SIMPDV1 Plant Classification
|