jonathan-roberts1 commited on
Commit
75eec19
·
1 Parent(s): cc1abab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': Airport
11
+ '1': Beach
12
+ '2': Bridge
13
+ '3': Commercial
14
+ '4': Desert
15
+ '5': Farmland
16
+ '6': Football_Field
17
+ '7': Forest
18
+ '8': Industrial
19
+ '9': Meadow
20
+ '10': Mountain
21
+ '11': Park
22
+ '12': Parking
23
+ '13': Pond
24
+ '14': Port
25
+ '15': Railway_Station
26
+ '16': Residential
27
+ '17': River
28
+ '18': Viaduct
29
+ splits:
30
+ - name: train
31
+ num_bytes: 115362308.8
32
+ num_examples: 1005
33
+ download_size: 113327264
34
+ dataset_size: 115362308.8
35
+ ---
36
+ # Dataset Card for "WHU-RS19"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)