Xenova HF staff commited on
Commit
b03f234
1 Parent(s): b5fa05f

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 +23 -23
config.json CHANGED
@@ -2522,7 +2522,7 @@
2522
  1
2523
  ],
2524
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
2525
- "transformers_version": "4.37.2",
2526
  "use_weighted_layer_sum": true,
2527
  "vocab_size": 32,
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": 32,
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:174b0cf77a32069f84c4c7651c4c8629c8fe3d420fe01358e107ec5ccb371663
3
- size 101933917
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:964ba3ee1047a2d6e929e20eaa245659f68a6ba5acf5d81b3b396db453ad11a0
3
+ size 101489577
quantize_config.json CHANGED
@@ -1,36 +1,36 @@
1
  {
2
- "per_channel": true,
3
- "reduce_range": true,
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Pad",
8
- "Pow",
9
- "Erf",
10
- "Sub",
 
 
 
11
  "Reshape",
12
- "MatMul",
13
- "Sqrt",
14
- "Range",
15
  "Conv",
16
- "Relu",
17
- "Div",
 
 
18
  "Gather",
19
- "Mul",
20
- "InstanceNormalization",
21
  "Gemm",
 
 
22
  "Transpose",
23
- "Slice",
24
- "ReduceProd",
25
- "Concat",
26
  "Shape",
27
- "Softmax",
28
- "ReduceSum",
29
- "Unsqueeze",
30
- "Cast",
31
- "Constant",
32
- "ReduceMean",
33
- "Add"
34
  ],
35
  "weight_type": "QUInt8"
36
  }
 
1
  {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Mul",
8
+ "ReduceProd",
9
+ "Softmax",
10
+ "Relu",
11
+ "Constant",
12
+ "Slice",
13
+ "Concat",
14
  "Reshape",
15
+ "ReduceMean",
16
+ "Cast",
 
17
  "Conv",
18
+ "MatMul",
19
+ "Sub",
20
+ "ReduceSum",
21
+ "Pad",
22
  "Gather",
23
+ "Range",
24
+ "Erf",
25
  "Gemm",
26
+ "Sqrt",
27
+ "InstanceNormalization",
28
  "Transpose",
29
+ "Pow",
 
 
30
  "Shape",
31
+ "Div",
32
+ "Add",
33
+ "Unsqueeze"
 
 
 
 
34
  ],
35
  "weight_type": "QUInt8"
36
  }