Add new model
Browse files- config.json +2 -10
- model.safetensors +2 -2
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "prelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"auxiliary_loss": false,
|
@@ -27,15 +27,10 @@
|
|
27 |
"decoder_attention_heads": 8,
|
28 |
"decoder_bbox_embed_diff_each_layer": false,
|
29 |
"decoder_ffn_dim": 2048,
|
30 |
-
"decoder_layerdrop": 0.0,
|
31 |
"decoder_layers": 6,
|
32 |
-
"decoder_modulate_hw_attn": true,
|
33 |
-
"dilation": true,
|
34 |
-
"do_use_self_attn_decoder": true,
|
35 |
"dropout": 0.1,
|
36 |
"encoder_attention_heads": 8,
|
37 |
"encoder_ffn_dim": 2048,
|
38 |
-
"encoder_layerdrop": 0.0,
|
39 |
"encoder_layers": 6,
|
40 |
"focal_alpha": 0.25,
|
41 |
"giou_cost": 2,
|
@@ -137,7 +132,6 @@
|
|
137 |
"init_xavier_std": 1.0,
|
138 |
"initializer_bias_prior_prob": null,
|
139 |
"is_encoder_decoder": true,
|
140 |
-
"iter_update": true,
|
141 |
"keep_query_pos": false,
|
142 |
"label2id": {
|
143 |
"N/A": 83,
|
@@ -229,14 +223,12 @@
|
|
229 |
"num_queries": 300,
|
230 |
"position_embedding_type": "sine",
|
231 |
"query_dim": 4,
|
232 |
-
"query_scale_type": "cond_elewise",
|
233 |
"random_refpoints_xy": false,
|
234 |
-
"sine_position_embedding_normalize": true,
|
235 |
"sine_position_embedding_scale": null,
|
236 |
"temperature_height": 20,
|
237 |
"temperature_width": 20,
|
238 |
"torch_dtype": "float32",
|
239 |
-
"transformers_version": "4.
|
240 |
"use_pretrained_backbone": true,
|
241 |
"use_timm_backbone": true
|
242 |
}
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "prelu",
|
4 |
"architectures": [
|
5 |
+
"DabDetrForObjectDetection"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"auxiliary_loss": false,
|
|
|
27 |
"decoder_attention_heads": 8,
|
28 |
"decoder_bbox_embed_diff_each_layer": false,
|
29 |
"decoder_ffn_dim": 2048,
|
|
|
30 |
"decoder_layers": 6,
|
|
|
|
|
|
|
31 |
"dropout": 0.1,
|
32 |
"encoder_attention_heads": 8,
|
33 |
"encoder_ffn_dim": 2048,
|
|
|
34 |
"encoder_layers": 6,
|
35 |
"focal_alpha": 0.25,
|
36 |
"giou_cost": 2,
|
|
|
132 |
"init_xavier_std": 1.0,
|
133 |
"initializer_bias_prior_prob": null,
|
134 |
"is_encoder_decoder": true,
|
|
|
135 |
"keep_query_pos": false,
|
136 |
"label2id": {
|
137 |
"N/A": 83,
|
|
|
223 |
"num_queries": 300,
|
224 |
"position_embedding_type": "sine",
|
225 |
"query_dim": 4,
|
|
|
226 |
"random_refpoints_xy": false,
|
|
|
227 |
"sine_position_embedding_scale": null,
|
228 |
"temperature_height": 20,
|
229 |
"temperature_width": 20,
|
230 |
"torch_dtype": "float32",
|
231 |
+
"transformers_version": "4.46.0.dev0",
|
232 |
"use_pretrained_backbone": true,
|
233 |
"use_timm_backbone": true
|
234 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a4037f139c63df725f33f35377059ad20fd548167f4155df797cea615676d5e
|
3 |
+
size 175191988
|