Add model and configuration.
Browse files- config.json +36 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_dropout": 0.0,
|
| 3 |
+
"activation_function": "relu",
|
| 4 |
+
"attention_dropout": 0.1,
|
| 5 |
+
"auxiliary_loss": false,
|
| 6 |
+
"backbone": "resnet50",
|
| 7 |
+
"bbox_cost": 5,
|
| 8 |
+
"bbox_loss_coefficient": 5,
|
| 9 |
+
"class_cost": 1,
|
| 10 |
+
"d_model": 256,
|
| 11 |
+
"decoder_attention_heads": 8,
|
| 12 |
+
"decoder_ffn_dim": 4,
|
| 13 |
+
"decoder_layerdrop": 0.0,
|
| 14 |
+
"decoder_layers": 2,
|
| 15 |
+
"dice_loss_coefficient": 1,
|
| 16 |
+
"dilation": false,
|
| 17 |
+
"dropout": 0.1,
|
| 18 |
+
"encoder_attention_heads": 8,
|
| 19 |
+
"encoder_ffn_dim": 4,
|
| 20 |
+
"encoder_layerdrop": 0.0,
|
| 21 |
+
"encoder_layers": 2,
|
| 22 |
+
"eos_coefficient": 0.1,
|
| 23 |
+
"giou_cost": 2,
|
| 24 |
+
"giou_loss_coefficient": 2,
|
| 25 |
+
"init_std": 0.02,
|
| 26 |
+
"init_xavier_std": 1.0,
|
| 27 |
+
"is_encoder_decoder": true,
|
| 28 |
+
"mask_loss_coefficient": 1,
|
| 29 |
+
"max_position_embeddings": 1024,
|
| 30 |
+
"model_type": "detr",
|
| 31 |
+
"num_hidden_layers": 2,
|
| 32 |
+
"num_queries": 12,
|
| 33 |
+
"position_embedding_type": "sine",
|
| 34 |
+
"scale_embedding": false,
|
| 35 |
+
"transformers_version": "4.10.0.dev0"
|
| 36 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1d3baa65e5a5b0f617acc00bdcd34619cea5d8eea44a0f0d148488b390d04dc
|
| 3 |
+
size 206228697
|