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 +35 -0
config.json
CHANGED
|
@@ -93,5 +93,5 @@
|
|
| 93 |
"patch_size": 16,
|
| 94 |
"qkv_bias": true,
|
| 95 |
"time_stride": 10,
|
| 96 |
-
"transformers_version": "4.
|
| 97 |
}
|
|
|
|
| 93 |
"patch_size": 16,
|
| 94 |
"qkv_bias": true,
|
| 95 |
"time_stride": 10,
|
| 96 |
+
"transformers_version": "4.33.2"
|
| 97 |
}
|
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:6d4bdeae55affec5354743e00e6cea7a8c160f6fe30d2f4ef398b12e45d46c09
|
| 3 |
+
size 341960004
|
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:acd5e43c2e53eb1da712bdb7e0b10322e5d186ac73e149a3ea65607988442bd5
|
| 3 |
+
size 87144197
|
quantize_config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"per_channel": true,
|
| 3 |
+
"reduce_range": true,
|
| 4 |
+
"per_model_config": {
|
| 5 |
+
"model": {
|
| 6 |
+
"op_types": [
|
| 7 |
+
"Erf",
|
| 8 |
+
"Transpose",
|
| 9 |
+
"Concat",
|
| 10 |
+
"ReduceMean",
|
| 11 |
+
"Gemm",
|
| 12 |
+
"Slice",
|
| 13 |
+
"Conv",
|
| 14 |
+
"Mul",
|
| 15 |
+
"Add",
|
| 16 |
+
"Unsqueeze",
|
| 17 |
+
"Gather",
|
| 18 |
+
"Sqrt",
|
| 19 |
+
"ConstantOfShape",
|
| 20 |
+
"Equal",
|
| 21 |
+
"Pow",
|
| 22 |
+
"Div",
|
| 23 |
+
"Softmax",
|
| 24 |
+
"Where",
|
| 25 |
+
"Sub",
|
| 26 |
+
"Shape",
|
| 27 |
+
"Reshape",
|
| 28 |
+
"MatMul",
|
| 29 |
+
"Constant",
|
| 30 |
+
"Expand"
|
| 31 |
+
],
|
| 32 |
+
"weight_type": "QUInt8"
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
}
|