Adhi Setiawan commited on
Commit
4d27822
1 Parent(s): cffc652

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +47 -0
config.json CHANGED
@@ -7,6 +7,53 @@
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.0,
9
  "hidden_size": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  "image_size": 224,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
 
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.0,
9
  "hidden_size": 768,
10
+ "id2label": {
11
+ "1": "airplane",
12
+ "2": "airport",
13
+ "3": "baseball_diamond",
14
+ "4": "basketball_court",
15
+ "5": "beach",
16
+ "6": "bridge",
17
+ "7": "chaparral",
18
+ "8": "church",
19
+ "9": "circular_farmland",
20
+ "10": "cloud",
21
+ "11": "commercial_area",
22
+ "12": "dense_residential",
23
+ "13": "desert",
24
+ "14": "forest",
25
+ "15": "freeway",
26
+ "16": "golf_course",
27
+ "17": "ground_track_field",
28
+ "18": "harbor",
29
+ "19": "industrial_area",
30
+ "20": "intersection",
31
+ "21": "island",
32
+ "22": "lake",
33
+ "23": "meadow",
34
+ "24": "medium_residential",
35
+ "25": "mobile_home_park",
36
+ "26": "mountain",
37
+ "27": "overpass",
38
+ "28": "palace",
39
+ "29": "parking_lot",
40
+ "30": "railway",
41
+ "31": "railway_station",
42
+ "32": "rectangular_farmland",
43
+ "33": "river",
44
+ "34": "roundabout",
45
+ "35": "runway",
46
+ "36": "sea_ice",
47
+ "37": "ship",
48
+ "38": "snowberg",
49
+ "39": "sparse_residential",
50
+ "40": "stadium",
51
+ "41": "storage_tank",
52
+ "42": "tennis_court",
53
+ "43": "terrace",
54
+ "44": "thermal_power_station",
55
+ "45": "wetland"
56
+ },
57
  "image_size": 224,
58
  "initializer_range": 0.02,
59
  "intermediate_size": 3072,