jonathan-roberts1 commited on
Commit
872af38
1 Parent(s): 13158dc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': bare land
12
+ '2': beach
13
+ '3': bridge
14
+ '4': commercial
15
+ '5': desert
16
+ '6': farmland
17
+ '7': forest
18
+ '8': golf course
19
+ '9': highway
20
+ '10': industrial
21
+ '11': meadow
22
+ '12': mountain
23
+ '13': overpass
24
+ '14': park
25
+ '15': parking
26
+ '16': playground
27
+ '17': port
28
+ '18': railway
29
+ '19': railway station
30
+ '20': residential
31
+ '21': river
32
+ '22': runway
33
+ '23': stadium
34
+ '24': storage tank
35
+ splits:
36
+ - name: train
37
+ num_bytes: 2969926932.0
38
+ num_examples: 15000
39
+ download_size: 2327956775
40
+ dataset_size: 2969926932.0
41
+ ---
42
+ # Dataset Card for "CLRS"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)