Commit
·
e3b103c
1
Parent(s):
d394ef2
Training in progress, step 10
Browse files- model.safetensors +1 -1
- tmp-checkpoint-1570/config.json +54 -0
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 174076712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:078e6541de4521b15b83f9ecb127ec8a59435b302d30c30ebf109bdb24e0b741
|
| 3 |
size 174076712
|
tmp-checkpoint-1570/config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "diegokauer/conditional-detr-coe-int",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "relu",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"ConditionalDetrForObjectDetection"
|
| 7 |
+
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"auxiliary_loss": false,
|
| 10 |
+
"backbone": "resnet50",
|
| 11 |
+
"backbone_config": null,
|
| 12 |
+
"bbox_cost": 5,
|
| 13 |
+
"bbox_loss_coefficient": 5,
|
| 14 |
+
"class_cost": 2,
|
| 15 |
+
"cls_loss_coefficient": 2,
|
| 16 |
+
"d_model": 256,
|
| 17 |
+
"decoder_attention_heads": 8,
|
| 18 |
+
"decoder_ffn_dim": 2048,
|
| 19 |
+
"decoder_layerdrop": 0.0,
|
| 20 |
+
"decoder_layers": 6,
|
| 21 |
+
"dice_loss_coefficient": 1,
|
| 22 |
+
"dilation": false,
|
| 23 |
+
"dropout": 0.1,
|
| 24 |
+
"encoder_attention_heads": 8,
|
| 25 |
+
"encoder_ffn_dim": 2048,
|
| 26 |
+
"encoder_layerdrop": 0.0,
|
| 27 |
+
"encoder_layers": 6,
|
| 28 |
+
"focal_alpha": 0.25,
|
| 29 |
+
"giou_cost": 2,
|
| 30 |
+
"giou_loss_coefficient": 2,
|
| 31 |
+
"id2label": {
|
| 32 |
+
"0": 12,
|
| 33 |
+
"1": 4
|
| 34 |
+
},
|
| 35 |
+
"init_std": 0.02,
|
| 36 |
+
"init_xavier_std": 1.0,
|
| 37 |
+
"is_encoder_decoder": true,
|
| 38 |
+
"label2id": {
|
| 39 |
+
"4": 1,
|
| 40 |
+
"12": 0
|
| 41 |
+
},
|
| 42 |
+
"mask_loss_coefficient": 1,
|
| 43 |
+
"max_position_embeddings": 1024,
|
| 44 |
+
"model_type": "conditional_detr",
|
| 45 |
+
"num_channels": 3,
|
| 46 |
+
"num_hidden_layers": 6,
|
| 47 |
+
"num_queries": 300,
|
| 48 |
+
"position_embedding_type": "sine",
|
| 49 |
+
"scale_embedding": false,
|
| 50 |
+
"torch_dtype": "float32",
|
| 51 |
+
"transformers_version": "4.36.2",
|
| 52 |
+
"use_pretrained_backbone": true,
|
| 53 |
+
"use_timm_backbone": true
|
| 54 |
+
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3fd1e7bd2f957585e04f24844a7540fb0d636f6f9f3c2ae5d2bd43c83122e4d
|
| 3 |
size 4664
|