Delete config.json
Browse files- config.json +0 -61
config.json
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "/home/jupyter-anikolaeva/tatr/table-transformer-detection-ifrs",
|
3 |
-
"activation_dropout": 0.0,
|
4 |
-
"activation_function": "relu",
|
5 |
-
"architectures": [
|
6 |
-
"TableTransformerModel"
|
7 |
-
],
|
8 |
-
"attention_dropout": 0.0,
|
9 |
-
"auxiliary_loss": false,
|
10 |
-
"backbone": "resnet18",
|
11 |
-
"backbone_config": null,
|
12 |
-
"backbone_kwargs": {
|
13 |
-
"in_chans": 3,
|
14 |
-
"out_indices": [
|
15 |
-
1,
|
16 |
-
2,
|
17 |
-
3,
|
18 |
-
4
|
19 |
-
]
|
20 |
-
},
|
21 |
-
"bbox_cost": 5,
|
22 |
-
"bbox_loss_coefficient": 5,
|
23 |
-
"ce_loss_coefficient": 1,
|
24 |
-
"class_cost": 1,
|
25 |
-
"d_model": 256,
|
26 |
-
"decoder_attention_heads": 8,
|
27 |
-
"decoder_ffn_dim": 2048,
|
28 |
-
"decoder_layerdrop": 0.0,
|
29 |
-
"decoder_layers": 6,
|
30 |
-
"dice_loss_coefficient": 1,
|
31 |
-
"dilation": false,
|
32 |
-
"dropout": 0.1,
|
33 |
-
"encoder_attention_heads": 8,
|
34 |
-
"encoder_ffn_dim": 2048,
|
35 |
-
"encoder_layerdrop": 0.0,
|
36 |
-
"encoder_layers": 6,
|
37 |
-
"eos_coefficient": 0.4,
|
38 |
-
"giou_cost": 2,
|
39 |
-
"giou_loss_coefficient": 2,
|
40 |
-
"id2label": {
|
41 |
-
"0": "table",
|
42 |
-
"1": "table rotated"
|
43 |
-
},
|
44 |
-
"init_std": 0.02,
|
45 |
-
"init_xavier_std": 1.0,
|
46 |
-
"is_encoder_decoder": true,
|
47 |
-
"label2id": {
|
48 |
-
"table": 0,
|
49 |
-
"table rotated": 1
|
50 |
-
},
|
51 |
-
"mask_loss_coefficient": 1,
|
52 |
-
"model_type": "table-transformer",
|
53 |
-
"num_channels": 3,
|
54 |
-
"num_hidden_layers": 6,
|
55 |
-
"num_queries": 15,
|
56 |
-
"position_embedding_type": "sine",
|
57 |
-
"torch_dtype": "float32",
|
58 |
-
"transformers_version": "4.45.0.dev0",
|
59 |
-
"use_pretrained_backbone": true,
|
60 |
-
"use_timm_backbone": true
|
61 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|