Xenova HF staff commited on
Commit
9f61bb3
1 Parent(s): 211b090

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