jonathan-roberts1
commited on
Commit
•
e6010aa
1
Parent(s):
8254722
Reordered features.
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
4 |
- name: label
|
5 |
sequence:
|
6 |
class_label:
|
@@ -65,8 +67,6 @@ dataset_info:
|
|
65 |
'57': water
|
66 |
'58': wetland
|
67 |
'59': wind turbine
|
68 |
-
- name: image
|
69 |
-
dtype: image
|
70 |
splits:
|
71 |
- name: train
|
72 |
num_bytes: 1327782862.875
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
- name: label
|
7 |
sequence:
|
8 |
class_label:
|
|
|
67 |
'57': water
|
68 |
'58': wetland
|
69 |
'59': wind turbine
|
|
|
|
|
70 |
splits:
|
71 |
- name: train
|
72 |
num_bytes: 1327782862.875
|