Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: image
|
6 |
+
dtype: image
|
7 |
+
- name: labels
|
8 |
+
dtype:
|
9 |
+
class_label:
|
10 |
+
names:
|
11 |
+
'0': AnnualCrop
|
12 |
+
'1': Forest
|
13 |
+
'2': HerbaceousVegetation
|
14 |
+
'3': Highway
|
15 |
+
'4': Industrial
|
16 |
+
'5': Pasture
|
17 |
+
'6': PermanentCrop
|
18 |
+
'7': Residential
|
19 |
+
'8': River
|
20 |
+
'9': SeaLake
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 70666516.8
|
24 |
+
num_examples: 21600
|
25 |
+
- name: validation
|
26 |
+
num_bytes: 8700747.8
|
27 |
+
num_examples: 2700
|
28 |
+
- name: test
|
29 |
+
num_bytes: 8631409.1
|
30 |
+
num_examples: 2700
|
31 |
+
download_size: 93987179
|
32 |
+
dataset_size: 87998673.69999999
|
33 |
---
|