Xenova HF staff commited on
Commit
59ce5d0
1 Parent(s): dbe93e6

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/table-transformer-detection",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "TableTransformerForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet18",
11
+ "backbone_config": null,
12
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "ce_loss_coefficient": 1,
15
+ "class_cost": 1,
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
+ "eos_coefficient": 0.4,
29
+ "giou_cost": 2,
30
+ "giou_loss_coefficient": 2,
31
+ "id2label": {
32
+ "0": "table",
33
+ "1": "table rotated"
34
+ },
35
+ "init_std": 0.02,
36
+ "init_xavier_std": 1.0,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "table": 0,
40
+ "table rotated": 1
41
+ },
42
+ "mask_loss_coefficient": 1,
43
+ "max_position_embeddings": 1024,
44
+ "model_type": "table-transformer",
45
+ "num_channels": 3,
46
+ "num_hidden_layers": 6,
47
+ "num_queries": 15,
48
+ "position_embedding_type": "sine",
49
+ "scale_embedding": false,
50
+ "transformers_version": "4.37.0.dev0",
51
+ "use_pretrained_backbone": true,
52
+ "use_timm_backbone": true
53
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be82ec9d157814ea8616588398d7baec17aed0780b870f7adf24b280ee1b5aa
3
+ size 115694355
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffb22794497a7092ad949bca248f22ff860fb457e6402986e09f6023b6e91c88
3
+ size 30044711
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrFeatureExtractor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 800,
22
+ "shortest_edge": 800
23
+ }
24
+ }
quantize_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Slice",
8
+ "Shape",
9
+ "Add",
10
+ "Resize",
11
+ "Div",
12
+ "ReduceMean",
13
+ "Flatten",
14
+ "MatMul",
15
+ "Tile",
16
+ "Constant",
17
+ "Equal",
18
+ "Cos",
19
+ "Pow",
20
+ "CumSum",
21
+ "Transpose",
22
+ "ConstantOfShape",
23
+ "Conv",
24
+ "Mul",
25
+ "MaxPool",
26
+ "Cast",
27
+ "Sigmoid",
28
+ "Expand",
29
+ "Relu",
30
+ "Where",
31
+ "Sub",
32
+ "Sqrt",
33
+ "Softmax",
34
+ "Reshape",
35
+ "Gather",
36
+ "Sin",
37
+ "Unsqueeze",
38
+ "Concat"
39
+ ],
40
+ "weight_type": "QUInt8"
41
+ }
42
+ }
43
+ }