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 +17 -17
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:e03c8eebea4b4728c70bc328c63ed08cc17d71a77c3f9afecbcded4344fa6a71
|
| 3 |
+
size 1213904195
|
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:2d6c52fb2333027b174b10ff649ea31058f7a6a0be3c0e7c75888735c624b1dc
|
| 3 |
+
size 306997514
|
quantize_config.json
CHANGED
|
@@ -4,30 +4,30 @@
|
|
| 4 |
"per_model_config": {
|
| 5 |
"model": {
|
| 6 |
"op_types": [
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
"Transpose",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"Where",
|
|
|
|
| 11 |
"Slice",
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"Erf",
|
| 15 |
-
"Sqrt",
|
| 16 |
-
"Gemm",
|
| 17 |
"Add",
|
|
|
|
|
|
|
| 18 |
"Softmax",
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
"Concat",
|
| 22 |
-
"Reshape",
|
| 23 |
-
"Equal",
|
| 24 |
-
"ReduceMean",
|
| 25 |
-
"Expand",
|
| 26 |
-
"Constant",
|
| 27 |
-
"Div",
|
| 28 |
-
"Unsqueeze",
|
| 29 |
"Pow",
|
| 30 |
-
"
|
| 31 |
],
|
| 32 |
"weight_type": "QUInt8"
|
| 33 |
}
|
|
|
|
| 4 |
"per_model_config": {
|
| 5 |
"model": {
|
| 6 |
"op_types": [
|
| 7 |
+
"Expand",
|
| 8 |
+
"Gemm",
|
| 9 |
"Transpose",
|
| 10 |
+
"ReduceMean",
|
| 11 |
+
"Reshape",
|
| 12 |
+
"Sqrt",
|
| 13 |
+
"Shape",
|
| 14 |
+
"Sub",
|
| 15 |
+
"Gather",
|
| 16 |
+
"Constant",
|
| 17 |
"Where",
|
| 18 |
+
"ConstantOfShape",
|
| 19 |
"Slice",
|
| 20 |
+
"Unsqueeze",
|
| 21 |
+
"Conv",
|
|
|
|
|
|
|
|
|
|
| 22 |
"Add",
|
| 23 |
+
"Erf",
|
| 24 |
+
"Div",
|
| 25 |
"Softmax",
|
| 26 |
+
"MatMul",
|
| 27 |
+
"Mul",
|
| 28 |
"Concat",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
"Pow",
|
| 30 |
+
"Equal"
|
| 31 |
],
|
| 32 |
"weight_type": "QUInt8"
|
| 33 |
}
|