Xenova HF staff commited on
Commit
976fc40
1 Parent(s): fbc42ca

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -114,7 +114,7 @@
114
  1
115
  ],
116
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
117
- "transformers_version": "4.33.0.dev0",
118
  "use_weighted_layer_sum": false,
119
  "vocab_size": 32,
120
  "xvector_output_dim": 512
 
114
  1
115
  ],
116
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
117
+ "transformers_version": "4.33.2",
118
  "use_weighted_layer_sum": false,
119
  "vocab_size": 32,
120
  "xvector_output_dim": 512
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67ad8a89a12c7e6754a99303879b1f8112709707091403d4e1d8f6a3f82694d3
3
- size 377935357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07789ad4d9e01cba75fce7fd923e7a5e9a0aaf0f43df25ba6ee6d3d6d7adaa1c
3
+ size 377935358
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81a7b013a572ea06c99f637aaaf35621e9c93012e20b54e8aed0c0b247ebb75a
3
- size 95841209
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9629e437514e16880eacc868dde9db6f319fa0864fdbb95de61fd39af3dbfe89
3
+ size 95421869
quantize_config.json CHANGED
@@ -1,43 +1,43 @@
1
  {
2
- "per_channel": true,
3
- "reduce_range": true,
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Slice",
8
- "MatMul",
9
- "Reshape",
10
  "Pow",
11
- "Abs",
12
- "Concat",
13
  "Shape",
14
- "Sqrt",
 
 
 
 
15
  "ReduceMean",
 
 
16
  "ReduceSum",
17
- "Mul",
18
- "Expand",
19
- "Transpose",
20
- "Softmax",
21
- "Sub",
22
- "Unsqueeze",
23
  "Div",
24
- "Tile",
25
- "Conv",
26
  "Cast",
27
- "Gemm",
28
- "Less",
29
- "Min",
30
- "Where",
31
- "ConstantOfShape",
32
- "Erf",
33
  "InstanceNormalization",
34
- "Log",
35
- "Add",
36
  "Sigmoid",
 
37
  "Range",
 
 
 
 
 
 
 
 
 
 
38
  "Constant",
39
- "Gather",
40
- "Greater"
41
  ],
42
  "weight_type": "QUInt8"
43
  }
 
1
  {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Transpose",
 
 
8
  "Pow",
9
+ "Gather",
 
10
  "Shape",
11
+ "Abs",
12
+ "Min",
13
+ "MatMul",
14
+ "Tile",
15
+ "Softmax",
16
  "ReduceMean",
17
+ "Log",
18
+ "Concat",
19
  "ReduceSum",
 
 
 
 
 
 
20
  "Div",
 
 
21
  "Cast",
22
+ "Reshape",
23
+ "Sqrt",
 
 
 
 
24
  "InstanceNormalization",
 
 
25
  "Sigmoid",
26
+ "Unsqueeze",
27
  "Range",
28
+ "Gemm",
29
+ "Erf",
30
+ "Greater",
31
+ "Where",
32
+ "Sub",
33
+ "Conv",
34
+ "Less",
35
+ "Slice",
36
+ "Expand",
37
+ "ConstantOfShape",
38
  "Constant",
39
+ "Mul",
40
+ "Add"
41
  ],
42
  "weight_type": "QUInt8"
43
  }