sirajul116 commited on
Commit
dff469c
1 Parent(s): 23031ba

Training in progress, epoch 3

Browse files
config.json ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "anton-l/wav2vec2-base-ft-keyword-spotting",
3
+ "activation_dropout": 0.0,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForSequenceClassification"
11
+ ],
12
+ "attention_dropout": 0.1,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 256,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": false,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "sum",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": false,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_norm": "group",
52
+ "feat_proj_dropout": 0.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "finetuning_task": "audio-classification",
56
+ "freeze_feat_extract_train": true,
57
+ "hidden_act": "gelu",
58
+ "hidden_dropout": 0.1,
59
+ "hidden_size": 768,
60
+ "id2label": {
61
+ "0": 0,
62
+ "1": 1,
63
+ "2": 2,
64
+ "3": 3,
65
+ "4": 4,
66
+ "5": 5,
67
+ "6": 6,
68
+ "7": 7,
69
+ "8": 8,
70
+ "9": 9,
71
+ "10": 10,
72
+ "11": 11,
73
+ "12": 12,
74
+ "13": 13,
75
+ "14": 14,
76
+ "15": 15,
77
+ "16": 16,
78
+ "17": 17,
79
+ "18": 18,
80
+ "19": 19,
81
+ "20": 20,
82
+ "21": 21,
83
+ "22": 22,
84
+ "23": 23,
85
+ "24": 24,
86
+ "25": 25,
87
+ "26": 26,
88
+ "27": 27,
89
+ "28": 28,
90
+ "29": 29,
91
+ "30": 30,
92
+ "31": 31,
93
+ "32": 32,
94
+ "33": 33,
95
+ "34": 34,
96
+ "35": 35,
97
+ "36": 36,
98
+ "37": 37,
99
+ "38": 38,
100
+ "39": 39,
101
+ "40": 40,
102
+ "41": 41,
103
+ "42": 42,
104
+ "43": 43,
105
+ "44": 44,
106
+ "45": 45,
107
+ "46": 46,
108
+ "47": 47,
109
+ "48": 48,
110
+ "49": 49,
111
+ "50": 50,
112
+ "51": 51,
113
+ "52": 52,
114
+ "53": 53,
115
+ "54": 54,
116
+ "55": 55,
117
+ "56": 56,
118
+ "57": 57,
119
+ "58": 58,
120
+ "59": 59,
121
+ "60": 60,
122
+ "61": 61,
123
+ "62": 62,
124
+ "63": 63,
125
+ "64": 64,
126
+ "65": 65,
127
+ "66": 66,
128
+ "67": 67,
129
+ "68": 68,
130
+ "69": 69,
131
+ "70": 70,
132
+ "71": 71,
133
+ "72": 72,
134
+ "73": 73,
135
+ "74": 74,
136
+ "75": 75,
137
+ "76": 76,
138
+ "77": 77,
139
+ "78": 78,
140
+ "79": 79,
141
+ "80": 80,
142
+ "81": 81,
143
+ "82": 82,
144
+ "83": 83,
145
+ "84": 84,
146
+ "85": 85,
147
+ "86": 86,
148
+ "87": 87,
149
+ "88": 88,
150
+ "89": 89,
151
+ "90": 90,
152
+ "91": 91,
153
+ "92": 92,
154
+ "93": 93,
155
+ "94": 94,
156
+ "95": 95,
157
+ "96": 96,
158
+ "97": 97,
159
+ "98": 98,
160
+ "99": 99,
161
+ "100": 100
162
+ },
163
+ "initializer_range": 0.02,
164
+ "intermediate_size": 3072,
165
+ "label2id": {
166
+ "0": 0,
167
+ "1": 1,
168
+ "2": 2,
169
+ "3": 3,
170
+ "4": 4,
171
+ "5": 5,
172
+ "6": 6,
173
+ "7": 7,
174
+ "8": 8,
175
+ "9": 9,
176
+ "10": 10,
177
+ "11": 11,
178
+ "12": 12,
179
+ "13": 13,
180
+ "14": 14,
181
+ "15": 15,
182
+ "16": 16,
183
+ "17": 17,
184
+ "18": 18,
185
+ "19": 19,
186
+ "20": 20,
187
+ "21": 21,
188
+ "22": 22,
189
+ "23": 23,
190
+ "24": 24,
191
+ "25": 25,
192
+ "26": 26,
193
+ "27": 27,
194
+ "28": 28,
195
+ "29": 29,
196
+ "30": 30,
197
+ "31": 31,
198
+ "32": 32,
199
+ "33": 33,
200
+ "34": 34,
201
+ "35": 35,
202
+ "36": 36,
203
+ "37": 37,
204
+ "38": 38,
205
+ "39": 39,
206
+ "40": 40,
207
+ "41": 41,
208
+ "42": 42,
209
+ "43": 43,
210
+ "44": 44,
211
+ "45": 45,
212
+ "46": 46,
213
+ "47": 47,
214
+ "48": 48,
215
+ "49": 49,
216
+ "50": 50,
217
+ "51": 51,
218
+ "52": 52,
219
+ "53": 53,
220
+ "54": 54,
221
+ "55": 55,
222
+ "56": 56,
223
+ "57": 57,
224
+ "58": 58,
225
+ "59": 59,
226
+ "60": 60,
227
+ "61": 61,
228
+ "62": 62,
229
+ "63": 63,
230
+ "64": 64,
231
+ "65": 65,
232
+ "66": 66,
233
+ "67": 67,
234
+ "68": 68,
235
+ "69": 69,
236
+ "70": 70,
237
+ "71": 71,
238
+ "72": 72,
239
+ "73": 73,
240
+ "74": 74,
241
+ "75": 75,
242
+ "76": 76,
243
+ "77": 77,
244
+ "78": 78,
245
+ "79": 79,
246
+ "80": 80,
247
+ "81": 81,
248
+ "82": 82,
249
+ "83": 83,
250
+ "84": 84,
251
+ "85": 85,
252
+ "86": 86,
253
+ "87": 87,
254
+ "88": 88,
255
+ "89": 89,
256
+ "90": 90,
257
+ "91": 91,
258
+ "92": 92,
259
+ "93": 93,
260
+ "94": 94,
261
+ "95": 95,
262
+ "96": 96,
263
+ "97": 97,
264
+ "98": 98,
265
+ "99": 99,
266
+ "100": 100
267
+ },
268
+ "layer_norm_eps": 1e-05,
269
+ "layerdrop": 0.05,
270
+ "mask_channel_length": 10,
271
+ "mask_channel_min_space": 1,
272
+ "mask_channel_other": 0.0,
273
+ "mask_channel_prob": 0.0,
274
+ "mask_channel_selection": "static",
275
+ "mask_feature_length": 10,
276
+ "mask_feature_min_masks": 0,
277
+ "mask_feature_prob": 0.0,
278
+ "mask_time_length": 10,
279
+ "mask_time_min_masks": 2,
280
+ "mask_time_min_space": 1,
281
+ "mask_time_other": 0.0,
282
+ "mask_time_prob": 0.05,
283
+ "mask_time_selection": "static",
284
+ "model_type": "wav2vec2",
285
+ "no_mask_channel_overlap": false,
286
+ "no_mask_time_overlap": false,
287
+ "num_adapter_layers": 3,
288
+ "num_attention_heads": 12,
289
+ "num_codevector_groups": 2,
290
+ "num_codevectors_per_group": 320,
291
+ "num_conv_pos_embedding_groups": 16,
292
+ "num_conv_pos_embeddings": 128,
293
+ "num_feat_extract_layers": 7,
294
+ "num_hidden_layers": 12,
295
+ "num_negatives": 100,
296
+ "output_hidden_size": 768,
297
+ "pad_token_id": 0,
298
+ "proj_codevector_dim": 256,
299
+ "tdnn_dilation": [
300
+ 1,
301
+ 2,
302
+ 3,
303
+ 1,
304
+ 1
305
+ ],
306
+ "tdnn_dim": [
307
+ 512,
308
+ 512,
309
+ 512,
310
+ 512,
311
+ 1500
312
+ ],
313
+ "tdnn_kernel": [
314
+ 5,
315
+ 3,
316
+ 3,
317
+ 1,
318
+ 1
319
+ ],
320
+ "torch_dtype": "float32",
321
+ "transformers_version": "4.42.0.dev0",
322
+ "use_weighted_layer_sum": false,
323
+ "vocab_size": 32,
324
+ "xvector_output_dim": 512
325
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e740a54a9359790f883ff9d00062aa0df0ff3d0dc9a47327c2322d8222fce7
3
+ size 378404148
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
+ }
runs/May20_11-14-48_7cb4956f5d3d/events.out.tfevents.1716203719.7cb4956f5d3d.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6054394cd980e5192c1ea7fdfb09a15e6805877d16ece13161b78509cf617092
3
+ size 72045
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303681aa27458765e33314759daf97482789169b603840478470a97b4b06743d
3
+ size 5176