praeclarumjj3
commited on
Commit
•
3e8117c
1
Parent(s):
5e93d13
Add model
Browse files- config.json +45 -56
config.json
CHANGED
@@ -2107,51 +2107,19 @@
|
|
2107 |
"use_bfloat16": false,
|
2108 |
"window_size": 12
|
2109 |
},
|
2110 |
-
"
|
2111 |
-
|
2112 |
-
|
2113 |
-
|
2114 |
-
|
2115 |
-
|
2116 |
-
|
2117 |
-
|
2118 |
-
|
2119 |
-
|
2120 |
-
|
2121 |
-
|
2122 |
-
|
2123 |
-
"pre_norm": false,
|
2124 |
-
"query_dec_layers": 2,
|
2125 |
-
"use_task_norm": true
|
2126 |
-
},
|
2127 |
-
"general_config": {
|
2128 |
-
"class_weight": 2.0,
|
2129 |
-
"contrastive_temperature": 0.07,
|
2130 |
-
"contrastive_weight": 0.5,
|
2131 |
-
"deep_supervision": true,
|
2132 |
-
"dice_weight": 5.0,
|
2133 |
-
"ignore_value": 255,
|
2134 |
-
"importance_sample_ratio": 0.75,
|
2135 |
-
"init_std": 0.02,
|
2136 |
-
"init_xavier_std": 1.0,
|
2137 |
-
"is_train": false,
|
2138 |
-
"layer_norm_eps": 1e-05,
|
2139 |
-
"mask_weight": 5.0,
|
2140 |
-
"no_object_weight": 0.1,
|
2141 |
-
"num_classes": 19,
|
2142 |
-
"num_queries": 250,
|
2143 |
-
"output_auxiliary_logits": true,
|
2144 |
-
"oversample_ratio": 3.0,
|
2145 |
-
"strides": [
|
2146 |
-
4,
|
2147 |
-
8,
|
2148 |
-
16,
|
2149 |
-
32
|
2150 |
-
],
|
2151 |
-
"train_num_points": 12544,
|
2152 |
-
"use_auxiliary_loss": true
|
2153 |
-
},
|
2154 |
-
"hidden_size": 256,
|
2155 |
"id2label": {
|
2156 |
"0": "road",
|
2157 |
"1": "sidewalk",
|
@@ -2173,8 +2141,11 @@
|
|
2173 |
"17": "motorcycle",
|
2174 |
"18": "bicycle"
|
2175 |
},
|
|
|
|
|
2176 |
"init_std": 0.02,
|
2177 |
"init_xavier_std": 1.0,
|
|
|
2178 |
"label2id": {
|
2179 |
"bicycle": 18,
|
2180 |
"building": 2,
|
@@ -2196,21 +2167,39 @@
|
|
2196 |
"vegetation": 8,
|
2197 |
"wall": 3
|
2198 |
},
|
|
|
|
|
|
|
|
|
2199 |
"model_type": "oneformer",
|
|
|
|
|
2200 |
"num_attention_heads": 8,
|
|
|
2201 |
"num_hidden_layers": 10,
|
|
|
2202 |
"output_attentions": true,
|
|
|
2203 |
"output_hidden_states": true,
|
2204 |
-
"
|
2205 |
-
|
2206 |
-
|
2207 |
-
|
2208 |
-
|
2209 |
-
|
2210 |
-
|
2211 |
-
|
2212 |
-
|
2213 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2214 |
"torch_dtype": "float32",
|
2215 |
-
"
|
|
|
|
|
|
|
2216 |
}
|
|
|
2107 |
"use_bfloat16": false,
|
2108 |
"window_size": 12
|
2109 |
},
|
2110 |
+
"class_weight": 2.0,
|
2111 |
+
"common_stride": 4,
|
2112 |
+
"contrastive_temperature": 0.07,
|
2113 |
+
"contrastive_weight": 0.5,
|
2114 |
+
"conv_dim": 256,
|
2115 |
+
"decoder_layers": 10,
|
2116 |
+
"dice_weight": 5.0,
|
2117 |
+
"dim_feedforward": 2048,
|
2118 |
+
"dropout": 0.1,
|
2119 |
+
"encoder_feedforward_dim": 1024,
|
2120 |
+
"encoder_layers": 6,
|
2121 |
+
"enforce_input_proj": false,
|
2122 |
+
"hidden_dim": 256,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2123 |
"id2label": {
|
2124 |
"0": "road",
|
2125 |
"1": "sidewalk",
|
|
|
2141 |
"17": "motorcycle",
|
2142 |
"18": "bicycle"
|
2143 |
},
|
2144 |
+
"ignore_value": 255,
|
2145 |
+
"importance_sample_ratio": 0.75,
|
2146 |
"init_std": 0.02,
|
2147 |
"init_xavier_std": 1.0,
|
2148 |
+
"is_training": false,
|
2149 |
"label2id": {
|
2150 |
"bicycle": 18,
|
2151 |
"building": 2,
|
|
|
2167 |
"vegetation": 8,
|
2168 |
"wall": 3
|
2169 |
},
|
2170 |
+
"layer_norm_eps": 1e-05,
|
2171 |
+
"mask_dim": 256,
|
2172 |
+
"mask_weight": 5.0,
|
2173 |
+
"max_seq_len": 77,
|
2174 |
"model_type": "oneformer",
|
2175 |
+
"no_object_weight": 0.1,
|
2176 |
+
"norm": "GN",
|
2177 |
"num_attention_heads": 8,
|
2178 |
+
"num_classes": 19,
|
2179 |
"num_hidden_layers": 10,
|
2180 |
+
"num_queries": 250,
|
2181 |
"output_attentions": true,
|
2182 |
+
"output_auxiliary_logits": true,
|
2183 |
"output_hidden_states": true,
|
2184 |
+
"oversample_ratio": 3.0,
|
2185 |
+
"pre_norm": false,
|
2186 |
+
"query_dec_layers": 2,
|
2187 |
+
"strides": [
|
2188 |
+
4,
|
2189 |
+
8,
|
2190 |
+
16,
|
2191 |
+
32
|
2192 |
+
],
|
2193 |
+
"task_seq_len": 77,
|
2194 |
+
"text_encoder_context_length": 77,
|
2195 |
+
"text_encoder_n_ctx": 16,
|
2196 |
+
"text_encoder_num_layers": 6,
|
2197 |
+
"text_encoder_proj_layers": 2,
|
2198 |
+
"text_encoder_vocab_size": 49408,
|
2199 |
+
"text_encoder_width": 256,
|
2200 |
"torch_dtype": "float32",
|
2201 |
+
"train_num_points": 12544,
|
2202 |
+
"transformers_version": null,
|
2203 |
+
"use_auxiliary_loss": true,
|
2204 |
+
"use_task_norm": true
|
2205 |
}
|