hrishikeshpai30 commited on
Commit
3821efb
1 Parent(s): 21bd0cc

Upload 5 files

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 30,
3
+ "<s>": 29
4
+ }
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.08928750455379486,
4
+ "eval_runtime": 12908.3822,
5
+ "eval_samples": 2642,
6
+ "eval_samples_per_second": 0.205,
7
+ "eval_steps_per_second": 0.102,
8
+ "eval_wer": 0.06552955176517256,
9
+ "train_loss": 0.05018302534102554,
10
+ "train_runtime": 453623.4225,
11
+ "train_samples": 2853,
12
+ "train_samples_per_second": 0.019,
13
+ "train_steps_per_second": 0.005
14
+ }
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
+ "WavLMForCTC"
10
+ ],
11
+ "attention_dropout": 0.0,
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": "mean",
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.0,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "hidden_act": "gelu",
56
+ "hidden_dropout": 0.0,
57
+ "hidden_size": 1024,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 4096,
60
+ "layer_norm_eps": 1e-05,
61
+ "layerdrop": 0.0,
62
+ "mask_channel_length": 10,
63
+ "mask_channel_min_space": 1,
64
+ "mask_channel_other": 0.0,
65
+ "mask_channel_prob": 0.0,
66
+ "mask_channel_selection": "static",
67
+ "mask_feature_length": 10,
68
+ "mask_feature_min_masks": 0,
69
+ "mask_feature_prob": 0.0,
70
+ "mask_time_length": 10,
71
+ "mask_time_min_masks": 2,
72
+ "mask_time_min_space": 1,
73
+ "mask_time_other": 0.0,
74
+ "mask_time_prob": 0.05,
75
+ "mask_time_selection": "static",
76
+ "max_bucket_distance": 800,
77
+ "model_type": "wavlm",
78
+ "num_adapter_layers": 3,
79
+ "num_attention_heads": 16,
80
+ "num_buckets": 320,
81
+ "num_codevector_groups": 2,
82
+ "num_codevectors_per_group": 320,
83
+ "num_conv_pos_embedding_groups": 16,
84
+ "num_conv_pos_embeddings": 128,
85
+ "num_ctc_classes": 80,
86
+ "num_feat_extract_layers": 7,
87
+ "num_hidden_layers": 24,
88
+ "num_negatives": 100,
89
+ "output_hidden_size": 1024,
90
+ "pad_token_id": 28,
91
+ "proj_codevector_dim": 768,
92
+ "replace_prob": 0.5,
93
+ "tdnn_dilation": [
94
+ 1,
95
+ 2,
96
+ 3,
97
+ 1,
98
+ 1
99
+ ],
100
+ "tdnn_dim": [
101
+ 512,
102
+ 512,
103
+ 512,
104
+ 512,
105
+ 1500
106
+ ],
107
+ "tdnn_kernel": [
108
+ 5,
109
+ 3,
110
+ 3,
111
+ 1,
112
+ 1
113
+ ],
114
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
115
+ "torch_dtype": "float32",
116
+ "transformers_version": "4.26.1",
117
+ "use_weighted_layer_sum": false,
118
+ "vocab_size": 31,
119
+ "xvector_output_dim": 512
120
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.08928750455379486,
4
+ "eval_runtime": 12908.3822,
5
+ "eval_samples": 2642,
6
+ "eval_samples_per_second": 0.205,
7
+ "eval_steps_per_second": 0.102,
8
+ "eval_wer": 0.06552955176517256
9
+ }
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
+ }