Xenova HF Staff commited on
Commit
216db25
·
verified ·
1 Parent(s): d38f7a3

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -113,7 +113,7 @@
113
  1
114
  ],
115
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
116
- "transformers_version": "4.33.0.dev0",
117
  "use_weighted_layer_sum": false,
118
  "vocab_size": 32,
119
  "xvector_output_dim": 512
 
113
  1
114
  ],
115
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
116
+ "transformers_version": "4.33.2",
117
  "use_weighted_layer_sum": false,
118
  "vocab_size": 32,
119
  "xvector_output_dim": 512
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0252a69157bfe2bd139728417eb3bec96d8db3e6f113950d06dd1e7ce270cd2
3
- size 377935357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eebf9b34186c2fedb8f85064b8644ce54d4a71a09655edc82dc9b339bdcf1058
3
+ size 377935358
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d8cfd6b4980f7cf726e070875f31724b725f5401827b14465eeebd2910865d4
3
- size 95841209
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e52a486ac131f07185022a37f2ee7ebd575261e199745c40bb001a53dc5468e1
3
+ size 95421860
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
- "Constant",
8
- "Sqrt",
9
- "Cast",
10
- "Sub",
11
- "Reshape",
12
- "Shape",
13
- "Unsqueeze",
14
  "Less",
 
 
 
 
 
 
15
  "Transpose",
 
16
  "Log",
17
- "Expand",
 
 
 
18
  "Concat",
19
- "ConstantOfShape",
 
 
 
 
 
20
  "Sigmoid",
21
- "Div",
22
- "ReduceMean",
23
- "Gather",
24
  "Conv",
25
- "Mul",
26
  "Range",
 
27
  "Pow",
28
- "Abs",
29
- "InstanceNormalization",
30
- "Where",
31
- "Gemm",
32
- "Erf",
33
- "Min",
34
- "ReduceSum",
35
- "MatMul",
36
- "Tile",
37
- "Slice",
38
- "Greater",
39
- "Softmax",
40
- "Add"
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
+ "MatMul",
8
+ "Expand",
9
+ "Min",
10
+ "ReduceSum",
11
+ "Slice",
12
+ "ReduceMean",
13
+ "Abs",
14
  "Less",
15
+ "Add",
16
+ "Sqrt",
17
+ "Tile",
18
+ "Where",
19
+ "Greater",
20
+ "Gather",
21
  "Transpose",
22
+ "Constant",
23
  "Log",
24
+ "InstanceNormalization",
25
+ "Div",
26
+ "Reshape",
27
+ "Mul",
28
  "Concat",
29
+ "Sub",
30
+ "Shape",
31
+ "Softmax",
32
+ "Gemm",
33
+ "Unsqueeze",
34
+ "Erf",
35
  "Sigmoid",
 
 
 
36
  "Conv",
 
37
  "Range",
38
+ "ConstantOfShape",
39
  "Pow",
40
+ "Cast"
 
 
 
 
 
 
 
 
 
 
 
 
41
  ],
42
  "weight_type": "QUInt8"
43
  }