karming-wan commited on
Commit
74d3696
1 Parent(s): 1876824

Upload 5 files

Browse files
config.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/tmp/tmpsiz1m8cv",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 384,
17
+ "id2label": {
18
+ "0": "LABEL_0",
19
+ "1": "LABEL_1",
20
+ "2": "LABEL_2",
21
+ "3": "LABEL_3",
22
+ "4": "LABEL_4",
23
+ "5": "LABEL_5",
24
+ "6": "LABEL_6",
25
+ "7": "LABEL_7",
26
+ "8": "LABEL_8",
27
+ "9": "LABEL_9",
28
+ "10": "LABEL_10",
29
+ "11": "LABEL_11",
30
+ "12": "LABEL_12",
31
+ "13": "LABEL_13",
32
+ "14": "LABEL_14",
33
+ "15": "LABEL_15",
34
+ "16": "LABEL_16",
35
+ "17": "LABEL_17",
36
+ "18": "LABEL_18",
37
+ "19": "LABEL_19",
38
+ "20": "LABEL_20",
39
+ "21": "LABEL_21",
40
+ "22": "LABEL_22",
41
+ "23": "LABEL_23",
42
+ "24": "LABEL_24",
43
+ "25": "LABEL_25",
44
+ "26": "LABEL_26",
45
+ "27": "LABEL_27",
46
+ "28": "LABEL_28",
47
+ "29": "LABEL_29",
48
+ "30": "LABEL_30",
49
+ "31": "LABEL_31",
50
+ "32": "LABEL_32",
51
+ "33": "LABEL_33",
52
+ "34": "LABEL_34",
53
+ "35": "LABEL_35",
54
+ "36": "LABEL_36",
55
+ "37": "LABEL_37",
56
+ "38": "LABEL_38",
57
+ "39": "LABEL_39",
58
+ "40": "LABEL_40",
59
+ "41": "LABEL_41",
60
+ "42": "LABEL_42",
61
+ "43": "LABEL_43",
62
+ "44": "LABEL_44",
63
+ "45": "LABEL_45",
64
+ "46": "LABEL_46",
65
+ "47": "LABEL_47",
66
+ "48": "LABEL_48",
67
+ "49": "LABEL_49",
68
+ "50": "LABEL_50",
69
+ "51": "LABEL_51"
70
+ },
71
+ "image_size": [
72
+ 512,
73
+ 864
74
+ ],
75
+ "initializer_range": 0.02,
76
+ "intermediate_size": 1536,
77
+ "label2id": {
78
+ "LABEL_0": 0,
79
+ "LABEL_1": 1,
80
+ "LABEL_10": 10,
81
+ "LABEL_11": 11,
82
+ "LABEL_12": 12,
83
+ "LABEL_13": 13,
84
+ "LABEL_14": 14,
85
+ "LABEL_15": 15,
86
+ "LABEL_16": 16,
87
+ "LABEL_17": 17,
88
+ "LABEL_18": 18,
89
+ "LABEL_19": 19,
90
+ "LABEL_2": 2,
91
+ "LABEL_20": 20,
92
+ "LABEL_21": 21,
93
+ "LABEL_22": 22,
94
+ "LABEL_23": 23,
95
+ "LABEL_24": 24,
96
+ "LABEL_25": 25,
97
+ "LABEL_26": 26,
98
+ "LABEL_27": 27,
99
+ "LABEL_28": 28,
100
+ "LABEL_29": 29,
101
+ "LABEL_3": 3,
102
+ "LABEL_30": 30,
103
+ "LABEL_31": 31,
104
+ "LABEL_32": 32,
105
+ "LABEL_33": 33,
106
+ "LABEL_34": 34,
107
+ "LABEL_35": 35,
108
+ "LABEL_36": 36,
109
+ "LABEL_37": 37,
110
+ "LABEL_38": 38,
111
+ "LABEL_39": 39,
112
+ "LABEL_4": 4,
113
+ "LABEL_40": 40,
114
+ "LABEL_41": 41,
115
+ "LABEL_42": 42,
116
+ "LABEL_43": 43,
117
+ "LABEL_44": 44,
118
+ "LABEL_45": 45,
119
+ "LABEL_46": 46,
120
+ "LABEL_47": 47,
121
+ "LABEL_48": 48,
122
+ "LABEL_49": 49,
123
+ "LABEL_5": 5,
124
+ "LABEL_50": 50,
125
+ "LABEL_51": 51,
126
+ "LABEL_6": 6,
127
+ "LABEL_7": 7,
128
+ "LABEL_8": 8,
129
+ "LABEL_9": 9
130
+ },
131
+ "layer_norm_eps": 1e-12,
132
+ "model_type": "yolos",
133
+ "num_attention_heads": 6,
134
+ "num_channels": 3,
135
+ "num_detection_tokens": 100,
136
+ "num_hidden_layers": 12,
137
+ "patch_size": 16,
138
+ "qkv_bias": true,
139
+ "torch_dtype": "float32",
140
+ "transformers_version": "4.35.2",
141
+ "use_mid_position_embeddings": true
142
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5b25845519d7377923ef0b0351ed228a501ed8cc32b45dd81b82b25329b2c01
3
+ size 122960589
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ae2d946c34dbdb4078362ec660069d7a226fc07aa7ef9f880c7fbb80fff91e7
3
+ size 56775975
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "YolosFeatureExtractor",
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "YolosFeatureExtractor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 864,
23
+ "shortest_edge": 816
24
+ }
25
+ }
quantize_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "one_external_file": true,
3
+ "opset": null,
4
+ "optimization": {},
5
+ "optimum_version": "1.16.1",
6
+ "quantization": {
7
+ "activations_dtype": "QUInt8",
8
+ "activations_symmetric": false,
9
+ "format": "QOperator",
10
+ "is_static": false,
11
+ "mode": "IntegerOps",
12
+ "nodes_to_exclude": [],
13
+ "nodes_to_quantize": [],
14
+ "operators_to_quantize": [
15
+ "Conv",
16
+ "MatMul",
17
+ "Attention",
18
+ "LSTM",
19
+ "Gather",
20
+ "Transpose",
21
+ "EmbedLayerNormalization"
22
+ ],
23
+ "per_channel": false,
24
+ "qdq_add_pair_to_weight": false,
25
+ "qdq_dedicated_pair": false,
26
+ "qdq_op_type_per_channel_support_to_axis": {
27
+ "MatMul": 1
28
+ },
29
+ "reduce_range": false,
30
+ "weights_dtype": "QUInt8",
31
+ "weights_symmetric": true
32
+ },
33
+ "transformers_version": "4.35.2",
34
+ "use_external_data_format": false
35
+ }