Move inline configs[].features into dataset_info:
Browse files
README.md
CHANGED
|
@@ -3,6 +3,15 @@ configs:
|
|
| 3 |
- config_name: raw
|
| 4 |
default: true
|
| 5 |
data_dir: raw
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
features:
|
| 7 |
- name: image
|
| 8 |
dtype: image
|
|
@@ -12,8 +21,7 @@ configs:
|
|
| 12 |
names:
|
| 13 |
'0': Bad
|
| 14 |
'1': Good
|
| 15 |
-
- config_name:
|
| 16 |
-
data_dir: augmented
|
| 17 |
features:
|
| 18 |
- name: image
|
| 19 |
dtype: image
|
|
@@ -23,11 +31,6 @@ configs:
|
|
| 23 |
names:
|
| 24 |
'0': Bad
|
| 25 |
'1': Good
|
| 26 |
-
license: cc-by-4.0
|
| 27 |
-
task_categories:
|
| 28 |
-
- image-classification
|
| 29 |
-
size_categories:
|
| 30 |
-
- 10K<n<100K
|
| 31 |
---
|
| 32 |
|
| 33 |
# Efficientmaize Classification
|
|
|
|
| 3 |
- config_name: raw
|
| 4 |
default: true
|
| 5 |
data_dir: raw
|
| 6 |
+
- config_name: augmented
|
| 7 |
+
data_dir: augmented
|
| 8 |
+
license: cc-by-4.0
|
| 9 |
+
task_categories:
|
| 10 |
+
- image-classification
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
dataset_info:
|
| 14 |
+
- config_name: augmented
|
| 15 |
features:
|
| 16 |
- name: image
|
| 17 |
dtype: image
|
|
|
|
| 21 |
names:
|
| 22 |
'0': Bad
|
| 23 |
'1': Good
|
| 24 |
+
- config_name: raw
|
|
|
|
| 25 |
features:
|
| 26 |
- name: image
|
| 27 |
dtype: image
|
|
|
|
| 31 |
names:
|
| 32 |
'0': Bad
|
| 33 |
'1': Good
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
---
|
| 35 |
|
| 36 |
# Efficientmaize Classification
|