Upload folder using huggingface_hub
Browse files- config.json +1 -1
- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +18 -18
config.json
CHANGED
@@ -71,7 +71,7 @@
|
|
71 |
6
|
72 |
],
|
73 |
"semantic_loss_ignore_index": 255,
|
74 |
-
"transformers_version": "4.
|
75 |
"use_absolute_position_embeddings": true,
|
76 |
"use_auxiliary_head": true,
|
77 |
"use_mask_token": false,
|
|
|
71 |
6
|
72 |
],
|
73 |
"semantic_loss_ignore_index": 255,
|
74 |
+
"transformers_version": "4.33.2",
|
75 |
"use_absolute_position_embeddings": true,
|
76 |
"use_auxiliary_head": true,
|
77 |
"use_mask_token": false,
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd05272d1004069b5be16b093aeeaff953754db59a1840620528e8e037487c15
|
3 |
+
size 343549531
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:240baf0ed43007ff6d7d8edeb5fc77bbd34db437bc81a173dd4deb58a9a74a94
|
3 |
+
size 87538327
|
quantize_config.json
CHANGED
@@ -4,30 +4,30 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"Sub",
|
8 |
-
"Expand",
|
9 |
-
"MatMul",
|
10 |
-
"Add",
|
11 |
-
"Reshape",
|
12 |
-
"Gather",
|
13 |
-
"Erf",
|
14 |
-
"Equal",
|
15 |
-
"Conv",
|
16 |
-
"Constant",
|
17 |
-
"Sqrt",
|
18 |
-
"Where",
|
19 |
-
"Pow",
|
20 |
"Gemm",
|
|
|
|
|
|
|
21 |
"Concat",
|
|
|
|
|
|
|
|
|
22 |
"Transpose",
|
23 |
-
"
|
24 |
-
"
|
|
|
|
|
25 |
"Div",
|
|
|
|
|
26 |
"Shape",
|
|
|
|
|
27 |
"Unsqueeze",
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
],
|
32 |
"weight_type": "QUInt8"
|
33 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"Gemm",
|
8 |
+
"Pow",
|
9 |
+
"Sqrt",
|
10 |
+
"ConstantOfShape",
|
11 |
"Concat",
|
12 |
+
"MatMul",
|
13 |
+
"Slice",
|
14 |
+
"Conv",
|
15 |
+
"Gather",
|
16 |
"Transpose",
|
17 |
+
"Add",
|
18 |
+
"Equal",
|
19 |
+
"Mul",
|
20 |
+
"Reshape",
|
21 |
"Div",
|
22 |
+
"ReduceMean",
|
23 |
+
"Erf",
|
24 |
"Shape",
|
25 |
+
"Where",
|
26 |
+
"Constant",
|
27 |
"Unsqueeze",
|
28 |
+
"Softmax",
|
29 |
+
"Expand",
|
30 |
+
"Sub"
|
31 |
],
|
32 |
"weight_type": "QUInt8"
|
33 |
}
|