Xenova HF staff commited on
Commit
639be90
1 Parent(s): e96aa4b

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