praeclarumjj3
commited on
Commit
•
bf531af
1
Parent(s):
d12a497
Add model
Browse files- config.json +45 -56
config.json
CHANGED
@@ -2145,51 +2145,19 @@
|
|
2145 |
"typical_p": 1.0,
|
2146 |
"use_bfloat16": false
|
2147 |
},
|
2148 |
-
"
|
2149 |
-
|
2150 |
-
|
2151 |
-
|
2152 |
-
|
2153 |
-
|
2154 |
-
|
2155 |
-
|
2156 |
-
|
2157 |
-
|
2158 |
-
|
2159 |
-
|
2160 |
-
|
2161 |
-
"pre_norm": false,
|
2162 |
-
"query_dec_layers": 2,
|
2163 |
-
"use_task_norm": true
|
2164 |
-
},
|
2165 |
-
"general_config": {
|
2166 |
-
"class_weight": 2.0,
|
2167 |
-
"contrastive_temperature": 0.07,
|
2168 |
-
"contrastive_weight": 0.5,
|
2169 |
-
"deep_supervision": true,
|
2170 |
-
"dice_weight": 5.0,
|
2171 |
-
"ignore_value": 255,
|
2172 |
-
"importance_sample_ratio": 0.75,
|
2173 |
-
"init_std": 0.02,
|
2174 |
-
"init_xavier_std": 1.0,
|
2175 |
-
"is_train": false,
|
2176 |
-
"layer_norm_eps": 1e-05,
|
2177 |
-
"mask_weight": 5.0,
|
2178 |
-
"no_object_weight": 0.1,
|
2179 |
-
"num_classes": 150,
|
2180 |
-
"num_queries": 250,
|
2181 |
-
"output_auxiliary_logits": true,
|
2182 |
-
"oversample_ratio": 3.0,
|
2183 |
-
"strides": [
|
2184 |
-
4,
|
2185 |
-
8,
|
2186 |
-
16,
|
2187 |
-
32
|
2188 |
-
],
|
2189 |
-
"train_num_points": 12544,
|
2190 |
-
"use_auxiliary_loss": true
|
2191 |
-
},
|
2192 |
-
"hidden_size": 256,
|
2193 |
"id2label": {
|
2194 |
"0": "wall",
|
2195 |
"1": "building",
|
@@ -2342,8 +2310,11 @@
|
|
2342 |
"148": "clock",
|
2343 |
"149": "flag"
|
2344 |
},
|
|
|
|
|
2345 |
"init_std": 0.02,
|
2346 |
"init_xavier_std": 1.0,
|
|
|
2347 |
"label2id": {
|
2348 |
"animal": 126,
|
2349 |
"arcade machine": 78,
|
@@ -2496,21 +2467,39 @@
|
|
2496 |
"water": 21,
|
2497 |
"window ": 8
|
2498 |
},
|
|
|
|
|
|
|
|
|
2499 |
"model_type": "oneformer",
|
|
|
|
|
2500 |
"num_attention_heads": 8,
|
|
|
2501 |
"num_hidden_layers": 10,
|
|
|
2502 |
"output_attentions": true,
|
|
|
2503 |
"output_hidden_states": true,
|
2504 |
-
"
|
2505 |
-
|
2506 |
-
|
2507 |
-
|
2508 |
-
|
2509 |
-
|
2510 |
-
|
2511 |
-
|
2512 |
-
|
2513 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2514 |
"torch_dtype": "float32",
|
2515 |
-
"
|
|
|
|
|
|
|
2516 |
}
|
|
|
2145 |
"typical_p": 1.0,
|
2146 |
"use_bfloat16": false
|
2147 |
},
|
2148 |
+
"class_weight": 2.0,
|
2149 |
+
"common_stride": 4,
|
2150 |
+
"contrastive_temperature": 0.07,
|
2151 |
+
"contrastive_weight": 0.5,
|
2152 |
+
"conv_dim": 256,
|
2153 |
+
"decoder_layers": 10,
|
2154 |
+
"dice_weight": 5.0,
|
2155 |
+
"dim_feedforward": 2048,
|
2156 |
+
"dropout": 0.1,
|
2157 |
+
"encoder_feedforward_dim": 1024,
|
2158 |
+
"encoder_layers": 6,
|
2159 |
+
"enforce_input_proj": false,
|
2160 |
+
"hidden_dim": 256,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2161 |
"id2label": {
|
2162 |
"0": "wall",
|
2163 |
"1": "building",
|
|
|
2310 |
"148": "clock",
|
2311 |
"149": "flag"
|
2312 |
},
|
2313 |
+
"ignore_value": 255,
|
2314 |
+
"importance_sample_ratio": 0.75,
|
2315 |
"init_std": 0.02,
|
2316 |
"init_xavier_std": 1.0,
|
2317 |
+
"is_training": false,
|
2318 |
"label2id": {
|
2319 |
"animal": 126,
|
2320 |
"arcade machine": 78,
|
|
|
2467 |
"water": 21,
|
2468 |
"window ": 8
|
2469 |
},
|
2470 |
+
"layer_norm_eps": 1e-05,
|
2471 |
+
"mask_dim": 256,
|
2472 |
+
"mask_weight": 5.0,
|
2473 |
+
"max_seq_len": 77,
|
2474 |
"model_type": "oneformer",
|
2475 |
+
"no_object_weight": 0.1,
|
2476 |
+
"norm": "GN",
|
2477 |
"num_attention_heads": 8,
|
2478 |
+
"num_classes": 150,
|
2479 |
"num_hidden_layers": 10,
|
2480 |
+
"num_queries": 250,
|
2481 |
"output_attentions": true,
|
2482 |
+
"output_auxiliary_logits": true,
|
2483 |
"output_hidden_states": true,
|
2484 |
+
"oversample_ratio": 3.0,
|
2485 |
+
"pre_norm": false,
|
2486 |
+
"query_dec_layers": 2,
|
2487 |
+
"strides": [
|
2488 |
+
4,
|
2489 |
+
8,
|
2490 |
+
16,
|
2491 |
+
32
|
2492 |
+
],
|
2493 |
+
"task_seq_len": 77,
|
2494 |
+
"text_encoder_context_length": 77,
|
2495 |
+
"text_encoder_n_ctx": 16,
|
2496 |
+
"text_encoder_num_layers": 6,
|
2497 |
+
"text_encoder_proj_layers": 2,
|
2498 |
+
"text_encoder_vocab_size": 49408,
|
2499 |
+
"text_encoder_width": 256,
|
2500 |
"torch_dtype": "float32",
|
2501 |
+
"train_num_points": 12544,
|
2502 |
+
"transformers_version": null,
|
2503 |
+
"use_auxiliary_loss": true,
|
2504 |
+
"use_task_norm": true
|
2505 |
}
|