jonathan-roberts1 commited on
Commit
f818fb1
1 Parent(s): e1f68ce

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': annual crop
11
+ '1': forest
12
+ '2': herbaceous vegetation
13
+ '3': highway
14
+ '4': industrial
15
+ '5': pasture
16
+ '6': permanent crop
17
+ '7': residential
18
+ '8': river
19
+ '9': sea or lake
20
+ splits:
21
+ - name: train
22
+ num_bytes: 88391109.0
23
+ num_examples: 27000
24
+ download_size: 88591771
25
+ dataset_size: 88391109.0
26
+ ---
27
+ # Dataset Card for "EuroSAT2"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)