Xenova HF staff commited on
Commit
839012c
1 Parent(s): a88ae72

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. onnx/model_quantized.onnx +2 -2
  3. quantize_config.json +29 -29
config.json CHANGED
@@ -2540,7 +2540,7 @@
2540
  1
2541
  ],
2542
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
2543
- "transformers_version": "4.37.2",
2544
  "use_weighted_layer_sum": true,
2545
  "vocab_size": 32,
2546
  "xvector_output_dim": 512
 
2540
  1
2541
  ],
2542
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
2543
+ "transformers_version": "4.33.2",
2544
  "use_weighted_layer_sum": true,
2545
  "vocab_size": 32,
2546
  "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:3ea05d1ad325309ceae319e4a6571b8a87f84f7139b525b10c595bc8c38e3890
3
- size 102128246
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576bf6017796bdd179824d801b3a355a1dda2451559c6a398562175e33589f68
3
+ size 101683453
quantize_config.json CHANGED
@@ -1,46 +1,46 @@
1
  {
2
- "per_channel": true,
3
- "reduce_range": true,
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
7
  "Transpose",
8
- "Where",
9
- "Shape",
10
- "Slice",
11
- "Cast",
12
  "ConstantOfShape",
13
- "Log",
14
- "Gemm",
15
- "ReduceSum",
16
- "Range",
17
  "Less",
18
- "Softmax",
19
- "Tile",
20
  "Relu",
21
- "Sqrt",
22
- "Constant",
23
- "Mul",
24
- "Min",
25
- "Concat",
26
- "Conv",
27
- "Abs",
28
  "Gather",
29
- "Reshape",
30
  "Erf",
31
- "Sigmoid",
32
- "ReduceProd",
33
  "Pad",
34
- "Add",
35
- "Greater",
36
- "MatMul",
37
- "InstanceNormalization",
38
- "ReduceMean",
39
- "Unsqueeze",
40
  "Div",
 
 
 
 
 
 
 
 
 
 
 
 
41
  "Sub",
 
 
 
 
 
 
 
 
42
  "Pow",
43
- "Expand"
44
  ],
45
  "weight_type": "QUInt8"
46
  }
 
1
  {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Sigmoid",
8
  "Transpose",
 
 
 
 
9
  "ConstantOfShape",
10
+ "Constant",
11
+ "Cast",
12
+ "Greater",
 
13
  "Less",
14
+ "MatMul",
 
15
  "Relu",
 
 
 
 
 
 
 
16
  "Gather",
 
17
  "Erf",
18
+ "Shape",
 
19
  "Pad",
 
 
 
 
 
 
20
  "Div",
21
+ "Mul",
22
+ "ReduceSum",
23
+ "Conv",
24
+ "ReduceMean",
25
+ "Reshape",
26
+ "Gemm",
27
+ "Range",
28
+ "Sqrt",
29
+ "Min",
30
+ "InstanceNormalization",
31
+ "Abs",
32
+ "Where",
33
  "Sub",
34
+ "Softmax",
35
+ "Slice",
36
+ "ReduceProd",
37
+ "Expand",
38
+ "Tile",
39
+ "Unsqueeze",
40
+ "Add",
41
+ "Log",
42
  "Pow",
43
+ "Concat"
44
  ],
45
  "weight_type": "QUInt8"
46
  }