CreatlV commited on
Commit
8b6c7cb
1 Parent(s): 2d70887

Upload ConditionalDetrForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +56 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/conditional-detr-resnet-50",
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": "price",
33
+ "1": "title",
34
+ "2": "image"
35
+ },
36
+ "init_std": 0.02,
37
+ "init_xavier_std": 1.0,
38
+ "is_encoder_decoder": true,
39
+ "label2id": {
40
+ "image": 2,
41
+ "price": 0,
42
+ "title": 1
43
+ },
44
+ "mask_loss_coefficient": 1,
45
+ "max_position_embeddings": 1024,
46
+ "model_type": "conditional_detr",
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 6,
49
+ "num_queries": 20,
50
+ "position_embedding_type": "sine",
51
+ "scale_embedding": false,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.30.0.dev0",
54
+ "use_pretrained_backbone": true,
55
+ "use_timm_backbone": true
56
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826d4e4d09eb28c5416226dfcea3bd8170b6812de904d8b97d3867bebcafaaf3
3
+ size 173925389