Xenova HF staff commited on
Commit
e5f4ad8
1 Parent(s): 810ba42

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:11b6df19b8b0ec7b847d2e5407c9f9f4cd0feaa6a429aafe2c8621d85ecd15b4
3
- size 238455269
 
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:62b9794ba40b31a96226f5052a594bc3c4cd24f8f523e16607b4402963c7e3cf
3
- size 244478567
 
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:7130cc76c2fdd3c833e59024ad741cc3797460b9fc86c542d95e86e4c04b203c
3
- size 71075734
 
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:ccf952066f11dc85efb025e3f3f085bcdf3f2d88206aec2e814bd2b4d4da8417
3
- size 64899850
 
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:7da4d3fe8cd052d777a71c6704737ddf681f961fc222ff7c09b6719c516ec1f1
3
- size 210086828
 
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:eb1036eebb535917ef0cbb7f2355b1d192dbf2935c1f30429bd1f8b6abb8f651
3
- size 57699778
 
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
- "decoder_model_merged": {
6
  "op_types": [
7
- "Expand",
8
- "Pow",
9
- "Add",
10
- "Unsqueeze",
11
- "Clip",
12
- "Where",
13
- "Slice",
14
- "Sigmoid",
15
- "If",
16
- "Abs",
17
- "Shape",
18
  "Cast",
19
- "Sqrt",
20
- "Mul",
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
- "Relu",
35
- "ReduceMean",
36
- "Equal"
37
- ],
38
- "weight_type": "QInt8"
39
- },
40
- "decoder_model": {
41
- "op_types": [
42
  "Expand",
 
43
  "Pow",
44
- "Add",
45
- "Unsqueeze",
46
- "Clip",
47
- "Where",
48
- "Slice",
49
- "Sigmoid",
50
- "Abs",
51
- "Shape",
52
- "Cast",
53
  "Sqrt",
54
- "Mul",
55
- "Gather",
56
- "Dropout",
57
- "MatMul",
58
  "Softmax",
59
- "Transpose",
60
- "Constant",
 
61
  "Concat",
62
- "ReduceSum",
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
- "Add",
 
77
  "Sub",
 
 
 
78
  "Conv",
79
  "Reshape",
80
  "Tanh",
81
- "Div",
82
- "LeakyRelu",
83
  "Squeeze",
84
- "Transpose",
85
- "Constant",
86
- "Unsqueeze",
87
- "ConvTranspose"
88
  ],
89
  "weight_type": "QUInt8"
90
  },
91
- "decoder_with_past_model": {
92
  "op_types": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  "Expand",
 
94
  "Pow",
95
- "Add",
96
- "Unsqueeze",
97
- "Clip",
 
 
98
  "Where",
 
 
99
  "Slice",
100
- "Sigmoid",
101
  "Abs",
102
- "Shape",
 
 
 
 
 
 
 
 
 
103
  "Cast",
104
- "Sqrt",
105
- "Mul",
106
  "Gather",
107
- "Dropout",
108
- "MatMul",
109
- "Softmax",
110
- "Transpose",
 
 
111
  "Constant",
112
- "Concat",
113
- "ReduceSum",
114
- "Sub",
115
  "Reshape",
 
 
 
116
  "Div",
117
- "ConstantOfShape",
118
- "Erf",
119
  "Relu",
120
- "ReduceMean",
121
- "Equal"
 
 
 
 
 
 
 
 
122
  ],
123
  "weight_type": "QInt8"
124
  },
125
- "encoder_model": {
126
  "op_types": [
127
- "Expand",
128
- "Pow",
129
- "Add",
130
- "Less",
131
- "Not",
132
- "Unsqueeze",
133
- "Where",
134
- "Slice",
135
- "Shape",
136
  "Cast",
137
- "Sqrt",
138
- "Mul",
139
  "Gather",
140
- "MatMul",
141
- "Softmax",
142
- "Transpose",
 
 
 
143
  "Constant",
144
- "Concat",
145
- "Range",
146
- "Sub",
147
  "Reshape",
148
- "Div",
149
- "ConstantOfShape",
150
- "Erf",
151
  "ReduceMean",
152
- "Equal"
 
 
 
 
 
 
 
 
 
 
 
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
  }