Upload folder using huggingface_hub
Browse files
onnx/decoder_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:c1bc15021850cf5f4404d401fc3ae9cc26168a5e1bf8ed743177721961d76c82
|
3 |
+
size 238459328
|
onnx/decoder_model_merged.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:c055656c559c5d17055a87d5c7ec544326b8852d372f171ce27c52945d836465
|
3 |
+
size 244486683
|
onnx/decoder_model_merged_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:6afe602f82ecdb34a2db003f45ccc1419c77aaf0032c263b4f6a0f8bf5835798
|
3 |
+
size 71087100
|
onnx/decoder_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:d449e0b371eff01dbf95f8c0dcb4987a84f711466425b3097bbbc590482b7c0a
|
3 |
+
size 64905522
|
onnx/decoder_with_past_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:dedd482e74ffbe62aa3b87937e3dc9c3d3f4c011815faae0fdbfbf594bb36a4a
|
3 |
+
size 210090887
|
onnx/decoder_with_past_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:e81641201576ca8e812fc84d198f7503ec00bb77e9f94083a26ec4ec2880d465
|
3 |
+
size 57705450
|
quantize_config.json
CHANGED
@@ -2,154 +2,157 @@
|
|
2 |
"per_channel": true,
|
3 |
"reduce_range": true,
|
4 |
"per_model_config": {
|
5 |
-
"
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"Pow",
|
9 |
-
"Add",
|
10 |
-
"Unsqueeze",
|
11 |
-
"Clip",
|
12 |
-
"Where",
|
13 |
-
"Slice",
|
14 |
-
"Sigmoid",
|
15 |
-
"If",
|
16 |
-
"Abs",
|
17 |
-
"Shape",
|
18 |
"Cast",
|
19 |
-
"
|
20 |
-
"
|
21 |
"Gather",
|
22 |
-
"Dropout",
|
23 |
"MatMul",
|
24 |
-
"Softmax",
|
25 |
-
"Transpose",
|
26 |
-
"Constant",
|
27 |
-
"Concat",
|
28 |
-
"ReduceSum",
|
29 |
-
"Sub",
|
30 |
-
"Reshape",
|
31 |
-
"Div",
|
32 |
-
"ConstantOfShape",
|
33 |
"Erf",
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
|
38 |
-
"weight_type": "QInt8"
|
39 |
-
},
|
40 |
-
"decoder_model": {
|
41 |
-
"op_types": [
|
42 |
"Expand",
|
|
|
43 |
"Pow",
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"Where",
|
48 |
-
"Slice",
|
49 |
-
"Sigmoid",
|
50 |
-
"Abs",
|
51 |
-
"Shape",
|
52 |
-
"Cast",
|
53 |
"Sqrt",
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"Dropout",
|
57 |
-
"MatMul",
|
58 |
"Softmax",
|
59 |
-
"
|
60 |
-
"
|
|
|
61 |
"Concat",
|
62 |
-
"
|
63 |
-
"Sub",
|
64 |
-
"Reshape",
|
65 |
-
"Div",
|
66 |
-
"ConstantOfShape",
|
67 |
-
"Erf",
|
68 |
-
"Relu",
|
69 |
-
"ReduceMean",
|
70 |
-
"Equal"
|
71 |
],
|
72 |
"weight_type": "QInt8"
|
73 |
},
|
74 |
"decoder_postnet_and_vocoder": {
|
75 |
"op_types": [
|
76 |
-
"
|
|
|
77 |
"Sub",
|
|
|
|
|
|
|
78 |
"Conv",
|
79 |
"Reshape",
|
80 |
"Tanh",
|
81 |
-
"Div",
|
82 |
-
"LeakyRelu",
|
83 |
"Squeeze",
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"Unsqueeze",
|
87 |
-
"ConvTranspose"
|
88 |
],
|
89 |
"weight_type": "QUInt8"
|
90 |
},
|
91 |
-
"
|
92 |
"op_types": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
"Expand",
|
|
|
94 |
"Pow",
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"
|
|
|
|
|
98 |
"Where",
|
|
|
|
|
99 |
"Slice",
|
100 |
-
"
|
101 |
"Abs",
|
102 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
"Cast",
|
104 |
-
"
|
105 |
-
"Mul",
|
106 |
"Gather",
|
107 |
-
"
|
108 |
-
"
|
109 |
-
"
|
110 |
-
"
|
|
|
|
|
111 |
"Constant",
|
112 |
-
"
|
113 |
-
"
|
114 |
-
"Sub",
|
115 |
"Reshape",
|
|
|
|
|
|
|
116 |
"Div",
|
117 |
-
"ConstantOfShape",
|
118 |
-
"Erf",
|
119 |
"Relu",
|
120 |
-
"
|
121 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
],
|
123 |
"weight_type": "QInt8"
|
124 |
},
|
125 |
-
"
|
126 |
"op_types": [
|
127 |
-
"
|
128 |
-
"
|
129 |
-
"Add",
|
130 |
-
"Less",
|
131 |
-
"Not",
|
132 |
-
"Unsqueeze",
|
133 |
-
"Where",
|
134 |
-
"Slice",
|
135 |
-
"Shape",
|
136 |
"Cast",
|
137 |
-
"
|
138 |
-
"Mul",
|
139 |
"Gather",
|
140 |
-
"
|
141 |
-
"
|
142 |
-
"
|
|
|
|
|
|
|
143 |
"Constant",
|
144 |
-
"
|
145 |
-
"
|
146 |
-
"Sub",
|
147 |
"Reshape",
|
148 |
-
"
|
149 |
-
"
|
150 |
-
"Erf",
|
151 |
"ReduceMean",
|
152 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
],
|
154 |
"weight_type": "QInt8"
|
155 |
}
|
|
|
2 |
"per_channel": true,
|
3 |
"reduce_range": true,
|
4 |
"per_model_config": {
|
5 |
+
"encoder_model": {
|
6 |
"op_types": [
|
7 |
+
"Transpose",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"Cast",
|
9 |
+
"Range",
|
10 |
+
"Sub",
|
11 |
"Gather",
|
|
|
12 |
"MatMul",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"Erf",
|
14 |
+
"Mul",
|
15 |
+
"Shape",
|
16 |
+
"Add",
|
17 |
+
"Constant",
|
|
|
|
|
|
|
|
|
18 |
"Expand",
|
19 |
+
"Reshape",
|
20 |
"Pow",
|
21 |
+
"Equal",
|
22 |
+
"ReduceMean",
|
23 |
+
"Not",
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"Sqrt",
|
25 |
+
"Div",
|
26 |
+
"Where",
|
|
|
|
|
27 |
"Softmax",
|
28 |
+
"Unsqueeze",
|
29 |
+
"Less",
|
30 |
+
"Slice",
|
31 |
"Concat",
|
32 |
+
"ConstantOfShape"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
],
|
34 |
"weight_type": "QInt8"
|
35 |
},
|
36 |
"decoder_postnet_and_vocoder": {
|
37 |
"op_types": [
|
38 |
+
"ConvTranspose",
|
39 |
+
"Transpose",
|
40 |
"Sub",
|
41 |
+
"Add",
|
42 |
+
"Unsqueeze",
|
43 |
+
"Constant",
|
44 |
"Conv",
|
45 |
"Reshape",
|
46 |
"Tanh",
|
|
|
|
|
47 |
"Squeeze",
|
48 |
+
"Div",
|
49 |
+
"LeakyRelu"
|
|
|
|
|
50 |
],
|
51 |
"weight_type": "QUInt8"
|
52 |
},
|
53 |
+
"decoder_model_merged": {
|
54 |
"op_types": [
|
55 |
+
"Transpose",
|
56 |
+
"MatMul",
|
57 |
+
"Cast",
|
58 |
+
"Sub",
|
59 |
+
"Gather",
|
60 |
+
"Greater",
|
61 |
+
"Sigmoid",
|
62 |
+
"Erf",
|
63 |
+
"Mul",
|
64 |
+
"Shape",
|
65 |
+
"If",
|
66 |
+
"Add",
|
67 |
+
"Constant",
|
68 |
+
"RandomUniformLike",
|
69 |
"Expand",
|
70 |
+
"Reshape",
|
71 |
"Pow",
|
72 |
+
"Equal",
|
73 |
+
"ReduceMean",
|
74 |
+
"Div",
|
75 |
+
"Relu",
|
76 |
+
"Sqrt",
|
77 |
"Where",
|
78 |
+
"Softmax",
|
79 |
+
"Unsqueeze",
|
80 |
"Slice",
|
81 |
+
"Clip",
|
82 |
"Abs",
|
83 |
+
"ReduceSum",
|
84 |
+
"Concat",
|
85 |
+
"ConstantOfShape"
|
86 |
+
],
|
87 |
+
"weight_type": "QInt8"
|
88 |
+
},
|
89 |
+
"decoder_model": {
|
90 |
+
"op_types": [
|
91 |
+
"Transpose",
|
92 |
+
"MatMul",
|
93 |
"Cast",
|
94 |
+
"Sub",
|
|
|
95 |
"Gather",
|
96 |
+
"Greater",
|
97 |
+
"Sigmoid",
|
98 |
+
"Erf",
|
99 |
+
"Mul",
|
100 |
+
"Shape",
|
101 |
+
"Add",
|
102 |
"Constant",
|
103 |
+
"RandomUniformLike",
|
104 |
+
"Expand",
|
|
|
105 |
"Reshape",
|
106 |
+
"Pow",
|
107 |
+
"Equal",
|
108 |
+
"ReduceMean",
|
109 |
"Div",
|
|
|
|
|
110 |
"Relu",
|
111 |
+
"Sqrt",
|
112 |
+
"Where",
|
113 |
+
"Softmax",
|
114 |
+
"Unsqueeze",
|
115 |
+
"Slice",
|
116 |
+
"Clip",
|
117 |
+
"Abs",
|
118 |
+
"ReduceSum",
|
119 |
+
"Concat",
|
120 |
+
"ConstantOfShape"
|
121 |
],
|
122 |
"weight_type": "QInt8"
|
123 |
},
|
124 |
+
"decoder_with_past_model": {
|
125 |
"op_types": [
|
126 |
+
"Transpose",
|
127 |
+
"MatMul",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
"Cast",
|
129 |
+
"Sub",
|
|
|
130 |
"Gather",
|
131 |
+
"Greater",
|
132 |
+
"Sigmoid",
|
133 |
+
"Erf",
|
134 |
+
"Mul",
|
135 |
+
"Shape",
|
136 |
+
"Add",
|
137 |
"Constant",
|
138 |
+
"RandomUniformLike",
|
139 |
+
"Expand",
|
|
|
140 |
"Reshape",
|
141 |
+
"Pow",
|
142 |
+
"Equal",
|
|
|
143 |
"ReduceMean",
|
144 |
+
"Div",
|
145 |
+
"Relu",
|
146 |
+
"Sqrt",
|
147 |
+
"Where",
|
148 |
+
"Softmax",
|
149 |
+
"Unsqueeze",
|
150 |
+
"Slice",
|
151 |
+
"Clip",
|
152 |
+
"Abs",
|
153 |
+
"ReduceSum",
|
154 |
+
"Concat",
|
155 |
+
"ConstantOfShape"
|
156 |
],
|
157 |
"weight_type": "QInt8"
|
158 |
}
|