Xenova HF staff commited on
Commit
972a219
1 Parent(s): dd22a40

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/wavlm-large",
3
+ "activation_dropout": 0.0,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": true,
8
+ "architectures": [
9
+ "WavLMModel"
10
+ ],
11
+ "attention_dropout": 0.1,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "codevector_dim": 768,
15
+ "contrastive_logits_temperature": 0.1,
16
+ "conv_bias": false,
17
+ "conv_dim": [
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512
25
+ ],
26
+ "conv_kernel": [
27
+ 10,
28
+ 3,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 2,
33
+ 2
34
+ ],
35
+ "conv_stride": [
36
+ 5,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2
43
+ ],
44
+ "ctc_loss_reduction": "sum",
45
+ "ctc_zero_infinity": false,
46
+ "diversity_loss_weight": 0.1,
47
+ "do_stable_layer_norm": true,
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_dropout": 0.0,
51
+ "feat_extract_norm": "layer",
52
+ "feat_proj_dropout": 0.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_size": 1024,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 4096,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.1,
63
+ "mask_channel_length": 10,
64
+ "mask_channel_min_space": 1,
65
+ "mask_channel_other": 0.0,
66
+ "mask_channel_prob": 0.0,
67
+ "mask_channel_selection": "static",
68
+ "mask_feature_length": 10,
69
+ "mask_feature_min_masks": 0,
70
+ "mask_feature_prob": 0.0,
71
+ "mask_time_length": 10,
72
+ "mask_time_min_masks": 2,
73
+ "mask_time_min_space": 1,
74
+ "mask_time_other": 0.0,
75
+ "mask_time_prob": 0.075,
76
+ "mask_time_selection": "static",
77
+ "max_bucket_distance": 800,
78
+ "model_type": "wavlm",
79
+ "num_adapter_layers": 3,
80
+ "num_attention_heads": 16,
81
+ "num_buckets": 320,
82
+ "num_codevector_groups": 2,
83
+ "num_codevectors_per_group": 320,
84
+ "num_conv_pos_embedding_groups": 16,
85
+ "num_conv_pos_embeddings": 128,
86
+ "num_ctc_classes": 80,
87
+ "num_feat_extract_layers": 7,
88
+ "num_hidden_layers": 24,
89
+ "num_negatives": 100,
90
+ "output_hidden_size": 1024,
91
+ "pad_token_id": 0,
92
+ "proj_codevector_dim": 768,
93
+ "replace_prob": 0.5,
94
+ "tdnn_dilation": [
95
+ 1,
96
+ 2,
97
+ 3,
98
+ 1,
99
+ 1
100
+ ],
101
+ "tdnn_dim": [
102
+ 512,
103
+ 512,
104
+ 512,
105
+ 512,
106
+ 1500
107
+ ],
108
+ "tdnn_kernel": [
109
+ 5,
110
+ 3,
111
+ 3,
112
+ 1,
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
120
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b817ca340b76f31ad3e30595d450aaa9360556c3441d73a5953a3aca48c4833
3
+ size 1262612913
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a18b9199adbbd125d0625de5eaebdcb09e8a6f8196a4a420f900d5ef5e893780
3
+ size 318864782
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": true,
8
+ "sampling_rate": 16000
9
+ }
quantize_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Constant",
8
+ "Transpose",
9
+ "Min",
10
+ "Shape",
11
+ "Greater",
12
+ "Slice",
13
+ "Add",
14
+ "Sub",
15
+ "Range",
16
+ "Gather",
17
+ "Reshape",
18
+ "Abs",
19
+ "Concat",
20
+ "Softmax",
21
+ "Unsqueeze",
22
+ "Cast",
23
+ "Gemm",
24
+ "Less",
25
+ "Mul",
26
+ "Where",
27
+ "ReduceSum",
28
+ "MatMul",
29
+ "Pow",
30
+ "Expand",
31
+ "ReduceMean",
32
+ "ConstantOfShape",
33
+ "Div",
34
+ "Tile",
35
+ "Erf",
36
+ "Conv",
37
+ "Sigmoid",
38
+ "Sqrt",
39
+ "Log"
40
+ ],
41
+ "weight_type": "QUInt8"
42
+ }
43
+ }
44
+ }