jonathan-roberts1 commited on
Commit
d698459
1 Parent(s): f9c14f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': arbor woodland
11
+ '1': artificial grassland
12
+ '2': dry cropland
13
+ '3': garden plot
14
+ '4': industrial land
15
+ '5': irrigated land
16
+ '6': lake
17
+ '7': natural grassland
18
+ '8': paddy field
19
+ '9': pond
20
+ '10': river
21
+ '11': rural residential
22
+ '12': shrub land
23
+ '13': traffic land
24
+ '14': urban residential
25
+ splits:
26
+ - name: train
27
+ num_bytes: 1777210275.0
28
+ num_examples: 30000
29
+ download_size: 1263253291
30
+ dataset_size: 1777210275.0
31
+ ---
32
+ # Dataset Card for "GID"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)