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 +26 -26
config.json
CHANGED
@@ -113,7 +113,7 @@
|
|
113 |
1
|
114 |
],
|
115 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
116 |
-
"transformers_version": "4.33.
|
117 |
"use_weighted_layer_sum": false,
|
118 |
"vocab_size": 32,
|
119 |
"xvector_output_dim": 512
|
|
|
113 |
1
|
114 |
],
|
115 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
116 |
+
"transformers_version": "4.33.2",
|
117 |
"use_weighted_layer_sum": false,
|
118 |
"vocab_size": 32,
|
119 |
"xvector_output_dim": 512
|
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:315a962fde21c5086cee3badfd0c87dbd926383ee84f6be746e5b98707a7e267
|
3 |
+
size 1262612914
|
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:d70a5548cd9139ccc9f3285941c3b6fcaf6bd53d1834bcbf10da4f9d22431914
|
3 |
+
size 317752143
|
quantize_config.json
CHANGED
@@ -1,41 +1,41 @@
|
|
1 |
{
|
2 |
-
"per_channel":
|
3 |
-
"reduce_range":
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"Transpose",
|
9 |
-
"Min",
|
10 |
-
"Shape",
|
11 |
-
"Greater",
|
12 |
"Slice",
|
13 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"Sub",
|
|
|
15 |
"Range",
|
16 |
-
"Gather",
|
17 |
-
"Reshape",
|
18 |
-
"Abs",
|
19 |
-
"Concat",
|
20 |
-
"Softmax",
|
21 |
-
"Unsqueeze",
|
22 |
-
"Cast",
|
23 |
"Gemm",
|
|
|
|
|
24 |
"Less",
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"MatMul",
|
29 |
-
"Pow",
|
30 |
"Expand",
|
|
|
31 |
"ReduceMean",
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
|
|
|
|
37 |
"Sigmoid",
|
38 |
-
"
|
39 |
"Log"
|
40 |
],
|
41 |
"weight_type": "QUInt8"
|
|
|
1 |
{
|
2 |
+
"per_channel": false,
|
3 |
+
"reduce_range": false,
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Sqrt",
|
|
|
|
|
|
|
|
|
8 |
"Slice",
|
9 |
+
"Conv",
|
10 |
+
"Mul",
|
11 |
+
"Shape",
|
12 |
+
"Cast",
|
13 |
+
"Softmax",
|
14 |
+
"Tile",
|
15 |
+
"Div",
|
16 |
+
"ConstantOfShape",
|
17 |
"Sub",
|
18 |
+
"Add",
|
19 |
"Range",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
"Gemm",
|
21 |
+
"Greater",
|
22 |
+
"Erf",
|
23 |
"Less",
|
24 |
+
"Unsqueeze",
|
25 |
+
"Min",
|
26 |
+
"Reshape",
|
|
|
|
|
27 |
"Expand",
|
28 |
+
"Constant",
|
29 |
"ReduceMean",
|
30 |
+
"MatMul",
|
31 |
+
"Abs",
|
32 |
+
"Where",
|
33 |
+
"Gather",
|
34 |
+
"Pow",
|
35 |
+
"Concat",
|
36 |
+
"ReduceSum",
|
37 |
"Sigmoid",
|
38 |
+
"Transpose",
|
39 |
"Log"
|
40 |
],
|
41 |
"weight_type": "QUInt8"
|