LiberiOnTerra commited on
Commit
584dfed
·
verified ·
1 Parent(s): c320202

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +47 -0
dataset_infos.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "features": {
4
+ "dataset_version": {
5
+ "dtype": "string",
6
+ "_type": "Value"
7
+ },
8
+ "split": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "client_id": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "label": {
17
+ "dtype": "string",
18
+ "_type": "ClassLabel",
19
+ "names": [
20
+ "Agriculture",
21
+ "Airport",
22
+ "Bareland",
23
+ "Beach",
24
+ "Bridge",
25
+ "Forest",
26
+ "Highway",
27
+ "Industrial",
28
+ "Meadow",
29
+ "Mountain",
30
+ "Overpass",
31
+ "Parkinglot",
32
+ "Port",
33
+ "Residential",
34
+ "River"
35
+ ]
36
+ },
37
+ "image_path": {
38
+ "_type": "Image"
39
+ }
40
+ },
41
+ "splits": [],
42
+ "description": "FedRS",
43
+ "citation": "",
44
+ "homepage": "",
45
+ "license": ""
46
+ }
47
+ }