Upload folder using huggingface_hub
Browse files- config.json +1 -1
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +22 -22
config.json
CHANGED
@@ -2522,7 +2522,7 @@
|
|
2522 |
1
|
2523 |
],
|
2524 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
2525 |
-
"transformers_version": "4.
|
2526 |
"use_weighted_layer_sum": true,
|
2527 |
"vocab_size": 256,
|
2528 |
"xvector_output_dim": 512
|
|
|
2522 |
1
|
2523 |
],
|
2524 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
2525 |
+
"transformers_version": "4.33.2",
|
2526 |
"use_weighted_layer_sum": true,
|
2527 |
"vocab_size": 256,
|
2528 |
"xvector_output_dim": 512
|
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:d3cbc8ad6e0e7925bd5953c73f3b61b482da2a4a31354955da1d994b2879b62a
|
3 |
+
size 323853030
|
quantize_config.json
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
{
|
2 |
-
"per_channel":
|
3 |
-
"reduce_range":
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"Gemm",
|
10 |
-
"Concat",
|
11 |
-
"Div",
|
12 |
"Add",
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
"Sqrt",
|
17 |
-
"Shape",
|
18 |
-
"Gather",
|
19 |
"Pad",
|
20 |
-
"
|
21 |
-
"Conv",
|
22 |
-
"Range",
|
23 |
-
"ReduceProd",
|
24 |
-
"Constant",
|
25 |
"Cast",
|
|
|
|
|
|
|
|
|
|
|
26 |
"ReduceMean",
|
27 |
-
"
|
|
|
|
|
|
|
|
|
|
|
28 |
"Reshape",
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"Sub"
|
33 |
],
|
34 |
"weight_type": "QUInt8"
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"per_channel": false,
|
3 |
+
"reduce_range": false,
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Range",
|
8 |
+
"Unsqueeze",
|
|
|
|
|
|
|
9 |
"Add",
|
10 |
+
"Mul",
|
11 |
+
"MatMul",
|
12 |
+
"ReduceProd",
|
13 |
"Sqrt",
|
|
|
|
|
14 |
"Pad",
|
15 |
+
"ReduceSum",
|
|
|
|
|
|
|
|
|
16 |
"Cast",
|
17 |
+
"Gather",
|
18 |
+
"Erf",
|
19 |
+
"Div",
|
20 |
+
"Pow",
|
21 |
+
"Relu",
|
22 |
"ReduceMean",
|
23 |
+
"Concat",
|
24 |
+
"Gemm",
|
25 |
+
"Sub",
|
26 |
+
"Slice",
|
27 |
+
"Transpose",
|
28 |
+
"Constant",
|
29 |
"Reshape",
|
30 |
+
"Conv",
|
31 |
+
"Shape",
|
32 |
+
"Softmax"
|
|
|
33 |
],
|
34 |
"weight_type": "QUInt8"
|
35 |
}
|