debu das commited on
Commit
c40ab88
1 Parent(s): 56cf41c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +50 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/table-transformer-detection",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet18",
11
+ "bbox_cost": 5,
12
+ "bbox_loss_coefficient": 5,
13
+ "ce_loss_coefficient": 1,
14
+ "class_cost": 1,
15
+ "d_model": 256,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 2048,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "dice_loss_coefficient": 1,
21
+ "dilation": false,
22
+ "dropout": 0.1,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_coefficient": 0.4,
28
+ "giou_cost": 2,
29
+ "giou_loss_coefficient": 2,
30
+ "id2label": {
31
+ "0": "LABEL_0"
32
+ },
33
+ "init_std": 0.02,
34
+ "init_xavier_std": 1.0,
35
+ "is_encoder_decoder": true,
36
+ "label2id": {
37
+ "LABEL_0": 0
38
+ },
39
+ "mask_loss_coefficient": 1,
40
+ "max_position_embeddings": 1024,
41
+ "model_type": "detr",
42
+ "num_channels": 3,
43
+ "num_hidden_layers": 6,
44
+ "num_queries": 15,
45
+ "position_embedding_type": "sine",
46
+ "scale_embedding": false,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.25.1",
49
+ "use_pretrained_backbone": true
50
+ }