EduardoPacheco
commited on
Commit
•
80a16fe
1
Parent(s):
c8efbb2
Upload GroundingDINOForObjectDetection
Browse files- config.json +1 -9
config.json
CHANGED
@@ -51,7 +51,6 @@
|
|
51 |
"embedding_init_target": true,
|
52 |
"encoder_attention_heads": 8,
|
53 |
"encoder_ffn_dim": 2048,
|
54 |
-
"encoder_layerdrop": 0.0,
|
55 |
"encoder_layers": 6,
|
56 |
"encoder_n_points": 4,
|
57 |
"eos_coefficient": 0.1,
|
@@ -60,8 +59,6 @@
|
|
60 |
"fusion_droppath": 0.1,
|
61 |
"giou_cost": 2,
|
62 |
"giou_loss_coefficient": 2,
|
63 |
-
"init_std": 0.02,
|
64 |
-
"init_xavier_std": 1.0,
|
65 |
"is_encoder_decoder": true,
|
66 |
"mask_loss_coefficient": 1,
|
67 |
"max_position_embeddings": 1024,
|
@@ -75,12 +72,7 @@
|
|
75 |
"query_dim": 4,
|
76 |
"sub_sentence_present": true,
|
77 |
"text_backbone_config": {
|
78 |
-
"
|
79 |
-
"architectures": [
|
80 |
-
"BertForMaskedLM"
|
81 |
-
],
|
82 |
-
"gradient_checkpointing": false,
|
83 |
-
"model_type": "bert"
|
84 |
},
|
85 |
"text_enhancer_dropout": 0.0,
|
86 |
"torch_dtype": "float32",
|
|
|
51 |
"embedding_init_target": true,
|
52 |
"encoder_attention_heads": 8,
|
53 |
"encoder_ffn_dim": 2048,
|
|
|
54 |
"encoder_layers": 6,
|
55 |
"encoder_n_points": 4,
|
56 |
"eos_coefficient": 0.1,
|
|
|
59 |
"fusion_droppath": 0.1,
|
60 |
"giou_cost": 2,
|
61 |
"giou_loss_coefficient": 2,
|
|
|
|
|
62 |
"is_encoder_decoder": true,
|
63 |
"mask_loss_coefficient": 1,
|
64 |
"max_position_embeddings": 1024,
|
|
|
72 |
"query_dim": 4,
|
73 |
"sub_sentence_present": true,
|
74 |
"text_backbone_config": {
|
75 |
+
"model_type": "grounding-dino-text-prenet"
|
|
|
|
|
|
|
|
|
|
|
76 |
},
|
77 |
"text_enhancer_dropout": 0.0,
|
78 |
"torch_dtype": "float32",
|