vincentclaes
commited on
Commit
•
0ca7b9d
1
Parent(s):
8654d0b
add model
Browse files- config.json +160 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mit-indoor-scenes/checkpoint-1281",
|
3 |
+
"architectures": [
|
4 |
+
"ViTModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.0,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "airport_inside",
|
12 |
+
"1": "artstudio",
|
13 |
+
"2": "auditorium",
|
14 |
+
"3": "bakery",
|
15 |
+
"4": "bar",
|
16 |
+
"5": "bathroom",
|
17 |
+
"6": "bedroom",
|
18 |
+
"7": "bookstore",
|
19 |
+
"8": "bowling",
|
20 |
+
"9": "buffet",
|
21 |
+
"10": "casino",
|
22 |
+
"11": "children_room",
|
23 |
+
"12": "church_inside",
|
24 |
+
"13": "classroom",
|
25 |
+
"14": "cloister",
|
26 |
+
"15": "closet",
|
27 |
+
"16": "clothingstore",
|
28 |
+
"17": "computerroom",
|
29 |
+
"18": "concert_hall",
|
30 |
+
"19": "corridor",
|
31 |
+
"20": "deli",
|
32 |
+
"21": "dentaloffice",
|
33 |
+
"22": "dining_room",
|
34 |
+
"23": "elevator",
|
35 |
+
"24": "fastfood_restaurant",
|
36 |
+
"25": "florist",
|
37 |
+
"26": "gameroom",
|
38 |
+
"27": "garage",
|
39 |
+
"28": "greenhouse",
|
40 |
+
"29": "grocerystore",
|
41 |
+
"30": "gym",
|
42 |
+
"31": "hairsalon",
|
43 |
+
"32": "hospitalroom",
|
44 |
+
"33": "inside_bus",
|
45 |
+
"34": "inside_subway",
|
46 |
+
"35": "jewelleryshop",
|
47 |
+
"36": "kindergarden",
|
48 |
+
"37": "kitchen",
|
49 |
+
"38": "laboratorywet",
|
50 |
+
"39": "laundromat",
|
51 |
+
"40": "library",
|
52 |
+
"41": "livingroom",
|
53 |
+
"42": "lobby",
|
54 |
+
"43": "locker_room",
|
55 |
+
"44": "mall",
|
56 |
+
"45": "meeting_room",
|
57 |
+
"46": "movietheater",
|
58 |
+
"47": "museum",
|
59 |
+
"48": "nursery",
|
60 |
+
"49": "office",
|
61 |
+
"50": "operating_room",
|
62 |
+
"51": "pantry",
|
63 |
+
"52": "poolinside",
|
64 |
+
"53": "prisoncell",
|
65 |
+
"54": "restaurant",
|
66 |
+
"55": "restaurant_kitchen",
|
67 |
+
"56": "shoeshop",
|
68 |
+
"57": "stairscase",
|
69 |
+
"58": "studiomusic",
|
70 |
+
"59": "subway",
|
71 |
+
"60": "toystore",
|
72 |
+
"61": "trainstation",
|
73 |
+
"62": "tv_studio",
|
74 |
+
"63": "videostore",
|
75 |
+
"64": "waitingroom",
|
76 |
+
"65": "warehouse",
|
77 |
+
"66": "winecellar"
|
78 |
+
},
|
79 |
+
"image_size": 224,
|
80 |
+
"initializer_range": 0.02,
|
81 |
+
"intermediate_size": 3072,
|
82 |
+
"label2id": {
|
83 |
+
"airport_inside": 0,
|
84 |
+
"artstudio": 1,
|
85 |
+
"auditorium": 2,
|
86 |
+
"bakery": 3,
|
87 |
+
"bar": 4,
|
88 |
+
"bathroom": 5,
|
89 |
+
"bedroom": 6,
|
90 |
+
"bookstore": 7,
|
91 |
+
"bowling": 8,
|
92 |
+
"buffet": 9,
|
93 |
+
"casino": 10,
|
94 |
+
"children_room": 11,
|
95 |
+
"church_inside": 12,
|
96 |
+
"classroom": 13,
|
97 |
+
"cloister": 14,
|
98 |
+
"closet": 15,
|
99 |
+
"clothingstore": 16,
|
100 |
+
"computerroom": 17,
|
101 |
+
"concert_hall": 18,
|
102 |
+
"corridor": 19,
|
103 |
+
"deli": 20,
|
104 |
+
"dentaloffice": 21,
|
105 |
+
"dining_room": 22,
|
106 |
+
"elevator": 23,
|
107 |
+
"fastfood_restaurant": 24,
|
108 |
+
"florist": 25,
|
109 |
+
"gameroom": 26,
|
110 |
+
"garage": 27,
|
111 |
+
"greenhouse": 28,
|
112 |
+
"grocerystore": 29,
|
113 |
+
"gym": 30,
|
114 |
+
"hairsalon": 31,
|
115 |
+
"hospitalroom": 32,
|
116 |
+
"inside_bus": 33,
|
117 |
+
"inside_subway": 34,
|
118 |
+
"jewelleryshop": 35,
|
119 |
+
"kindergarden": 36,
|
120 |
+
"kitchen": 37,
|
121 |
+
"laboratorywet": 38,
|
122 |
+
"laundromat": 39,
|
123 |
+
"library": 40,
|
124 |
+
"livingroom": 41,
|
125 |
+
"lobby": 42,
|
126 |
+
"locker_room": 43,
|
127 |
+
"mall": 44,
|
128 |
+
"meeting_room": 45,
|
129 |
+
"movietheater": 46,
|
130 |
+
"museum": 47,
|
131 |
+
"nursery": 48,
|
132 |
+
"office": 49,
|
133 |
+
"operating_room": 50,
|
134 |
+
"pantry": 51,
|
135 |
+
"poolinside": 52,
|
136 |
+
"prisoncell": 53,
|
137 |
+
"restaurant": 54,
|
138 |
+
"restaurant_kitchen": 55,
|
139 |
+
"shoeshop": 56,
|
140 |
+
"stairscase": 57,
|
141 |
+
"studiomusic": 58,
|
142 |
+
"subway": 59,
|
143 |
+
"toystore": 60,
|
144 |
+
"trainstation": 61,
|
145 |
+
"tv_studio": 62,
|
146 |
+
"videostore": 63,
|
147 |
+
"waitingroom": 64,
|
148 |
+
"warehouse": 65,
|
149 |
+
"winecellar": 66
|
150 |
+
},
|
151 |
+
"layer_norm_eps": 1e-12,
|
152 |
+
"model_type": "vit",
|
153 |
+
"num_attention_heads": 12,
|
154 |
+
"num_channels": 3,
|
155 |
+
"num_hidden_layers": 12,
|
156 |
+
"patch_size": 16,
|
157 |
+
"qkv_bias": true,
|
158 |
+
"torch_dtype": "float32",
|
159 |
+
"transformers_version": "4.16.2"
|
160 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2704c9f451d0ac874669adad4f014951f31589fce7b9dc1a91f94661801b327
|
3 |
+
size 345631601
|