Xenova HF staff commited on
Commit
5382308
1 Parent(s): 946d644

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
@@ -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": 256,
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": 256,
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:9e75a1378bbf0104633a224643ccf4578b3d16d397255b8a34eac634c834b362
3
- size 324990205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3cbc8ad6e0e7925bd5953c73f3b61b482da2a4a31354955da1d994b2879b62a
3
+ size 323853030
quantize_config.json CHANGED
@@ -1,35 +1,35 @@
1
  {
2
- "per_channel": true,
3
- "reduce_range": true,
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Transpose",
8
- "Relu",
9
- "Gemm",
10
- "Concat",
11
- "Div",
12
  "Add",
13
- "ReduceSum",
14
- "Erf",
15
- "Softmax",
16
  "Sqrt",
17
- "Shape",
18
- "Gather",
19
  "Pad",
20
- "Slice",
21
- "Conv",
22
- "Range",
23
- "ReduceProd",
24
- "Constant",
25
  "Cast",
 
 
 
 
 
26
  "ReduceMean",
27
- "Mul",
 
 
 
 
 
28
  "Reshape",
29
- "MatMul",
30
- "Unsqueeze",
31
- "Pow",
32
- "Sub"
33
  ],
34
  "weight_type": "QUInt8"
35
  }
 
1
  {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Range",
8
+ "Unsqueeze",
 
 
 
9
  "Add",
10
+ "Mul",
11
+ "MatMul",
12
+ "ReduceProd",
13
  "Sqrt",
 
 
14
  "Pad",
15
+ "ReduceSum",
 
 
 
 
16
  "Cast",
17
+ "Gather",
18
+ "Erf",
19
+ "Div",
20
+ "Pow",
21
+ "Relu",
22
  "ReduceMean",
23
+ "Concat",
24
+ "Gemm",
25
+ "Sub",
26
+ "Slice",
27
+ "Transpose",
28
+ "Constant",
29
  "Reshape",
30
+ "Conv",
31
+ "Shape",
32
+ "Softmax"
 
33
  ],
34
  "weight_type": "QUInt8"
35
  }