EzraWilliam
commited on
Commit
•
0fc6de5
1
Parent(s):
4a89742
Training in progress, step 500
Browse files
config.json
ADDED
@@ -0,0 +1,233 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-small",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"adapter_attn_dim": null,
|
6 |
+
"adapter_kernel_size": 3,
|
7 |
+
"adapter_stride": 2,
|
8 |
+
"add_adapter": false,
|
9 |
+
"apply_spec_augment": true,
|
10 |
+
"architectures": [
|
11 |
+
"Wav2Vec2ForCTC"
|
12 |
+
],
|
13 |
+
"attention_dropout": 0.0,
|
14 |
+
"begin_suppress_tokens": [
|
15 |
+
220,
|
16 |
+
50257
|
17 |
+
],
|
18 |
+
"bos_token_id": 50257,
|
19 |
+
"classifier_proj_size": 256,
|
20 |
+
"codevector_dim": 256,
|
21 |
+
"contrastive_logits_temperature": 0.1,
|
22 |
+
"conv_bias": false,
|
23 |
+
"conv_dim": [
|
24 |
+
512,
|
25 |
+
512,
|
26 |
+
512,
|
27 |
+
512,
|
28 |
+
512,
|
29 |
+
512,
|
30 |
+
512
|
31 |
+
],
|
32 |
+
"conv_kernel": [
|
33 |
+
10,
|
34 |
+
3,
|
35 |
+
3,
|
36 |
+
3,
|
37 |
+
3,
|
38 |
+
2,
|
39 |
+
2
|
40 |
+
],
|
41 |
+
"conv_stride": [
|
42 |
+
5,
|
43 |
+
2,
|
44 |
+
2,
|
45 |
+
2,
|
46 |
+
2,
|
47 |
+
2,
|
48 |
+
2
|
49 |
+
],
|
50 |
+
"ctc_loss_reduction": "mean",
|
51 |
+
"ctc_zero_infinity": false,
|
52 |
+
"d_model": 768,
|
53 |
+
"decoder_attention_heads": 12,
|
54 |
+
"decoder_ffn_dim": 3072,
|
55 |
+
"decoder_layerdrop": 0.0,
|
56 |
+
"decoder_layers": 12,
|
57 |
+
"decoder_start_token_id": 50258,
|
58 |
+
"diversity_loss_weight": 0.1,
|
59 |
+
"do_stable_layer_norm": false,
|
60 |
+
"dropout": 0.0,
|
61 |
+
"encoder_attention_heads": 12,
|
62 |
+
"encoder_ffn_dim": 3072,
|
63 |
+
"encoder_layerdrop": 0.0,
|
64 |
+
"encoder_layers": 12,
|
65 |
+
"eos_token_id": 50257,
|
66 |
+
"feat_extract_activation": "gelu",
|
67 |
+
"feat_extract_norm": "group",
|
68 |
+
"feat_proj_dropout": 0.0,
|
69 |
+
"feat_quantizer_dropout": 0.0,
|
70 |
+
"final_dropout": 0.1,
|
71 |
+
"forced_decoder_ids": [
|
72 |
+
[
|
73 |
+
1,
|
74 |
+
50259
|
75 |
+
],
|
76 |
+
[
|
77 |
+
2,
|
78 |
+
50359
|
79 |
+
],
|
80 |
+
[
|
81 |
+
3,
|
82 |
+
50363
|
83 |
+
]
|
84 |
+
],
|
85 |
+
"hidden_act": "gelu",
|
86 |
+
"hidden_dropout": 0.0,
|
87 |
+
"hidden_size": 768,
|
88 |
+
"init_std": 0.02,
|
89 |
+
"initializer_range": 0.02,
|
90 |
+
"intermediate_size": 3072,
|
91 |
+
"is_encoder_decoder": true,
|
92 |
+
"layer_norm_eps": 1e-05,
|
93 |
+
"layerdrop": 0.0,
|
94 |
+
"mask_feature_length": 10,
|
95 |
+
"mask_feature_min_masks": 0,
|
96 |
+
"mask_feature_prob": 0.0,
|
97 |
+
"mask_time_length": 10,
|
98 |
+
"mask_time_min_masks": 2,
|
99 |
+
"mask_time_prob": 0.05,
|
100 |
+
"max_length": 448,
|
101 |
+
"max_source_positions": 1500,
|
102 |
+
"max_target_positions": 448,
|
103 |
+
"model_type": "wav2vec2",
|
104 |
+
"num_adapter_layers": 3,
|
105 |
+
"num_attention_heads": 12,
|
106 |
+
"num_codevector_groups": 2,
|
107 |
+
"num_codevectors_per_group": 320,
|
108 |
+
"num_conv_pos_embedding_groups": 16,
|
109 |
+
"num_conv_pos_embeddings": 128,
|
110 |
+
"num_feat_extract_layers": 7,
|
111 |
+
"num_hidden_layers": 12,
|
112 |
+
"num_mel_bins": 80,
|
113 |
+
"num_negatives": 100,
|
114 |
+
"output_hidden_size": 768,
|
115 |
+
"pad_token_id": 42,
|
116 |
+
"proj_codevector_dim": 256,
|
117 |
+
"scale_embedding": false,
|
118 |
+
"suppress_tokens": [
|
119 |
+
1,
|
120 |
+
2,
|
121 |
+
7,
|
122 |
+
8,
|
123 |
+
9,
|
124 |
+
10,
|
125 |
+
14,
|
126 |
+
25,
|
127 |
+
26,
|
128 |
+
27,
|
129 |
+
28,
|
130 |
+
29,
|
131 |
+
31,
|
132 |
+
58,
|
133 |
+
59,
|
134 |
+
60,
|
135 |
+
61,
|
136 |
+
62,
|
137 |
+
63,
|
138 |
+
90,
|
139 |
+
91,
|
140 |
+
92,
|
141 |
+
93,
|
142 |
+
359,
|
143 |
+
503,
|
144 |
+
522,
|
145 |
+
542,
|
146 |
+
873,
|
147 |
+
893,
|
148 |
+
902,
|
149 |
+
918,
|
150 |
+
922,
|
151 |
+
931,
|
152 |
+
1350,
|
153 |
+
1853,
|
154 |
+
1982,
|
155 |
+
2460,
|
156 |
+
2627,
|
157 |
+
3246,
|
158 |
+
3253,
|
159 |
+
3268,
|
160 |
+
3536,
|
161 |
+
3846,
|
162 |
+
3961,
|
163 |
+
4183,
|
164 |
+
4667,
|
165 |
+
6585,
|
166 |
+
6647,
|
167 |
+
7273,
|
168 |
+
9061,
|
169 |
+
9383,
|
170 |
+
10428,
|
171 |
+
10929,
|
172 |
+
11938,
|
173 |
+
12033,
|
174 |
+
12331,
|
175 |
+
12562,
|
176 |
+
13793,
|
177 |
+
14157,
|
178 |
+
14635,
|
179 |
+
15265,
|
180 |
+
15618,
|
181 |
+
16553,
|
182 |
+
16604,
|
183 |
+
18362,
|
184 |
+
18956,
|
185 |
+
20075,
|
186 |
+
21675,
|
187 |
+
22520,
|
188 |
+
26130,
|
189 |
+
26161,
|
190 |
+
26435,
|
191 |
+
28279,
|
192 |
+
29464,
|
193 |
+
31650,
|
194 |
+
32302,
|
195 |
+
32470,
|
196 |
+
36865,
|
197 |
+
42863,
|
198 |
+
47425,
|
199 |
+
49870,
|
200 |
+
50254,
|
201 |
+
50258,
|
202 |
+
50360,
|
203 |
+
50361,
|
204 |
+
50362
|
205 |
+
],
|
206 |
+
"tdnn_dilation": [
|
207 |
+
1,
|
208 |
+
2,
|
209 |
+
3,
|
210 |
+
1,
|
211 |
+
1
|
212 |
+
],
|
213 |
+
"tdnn_dim": [
|
214 |
+
512,
|
215 |
+
512,
|
216 |
+
512,
|
217 |
+
512,
|
218 |
+
1500
|
219 |
+
],
|
220 |
+
"tdnn_kernel": [
|
221 |
+
5,
|
222 |
+
3,
|
223 |
+
3,
|
224 |
+
1,
|
225 |
+
1
|
226 |
+
],
|
227 |
+
"torch_dtype": "float32",
|
228 |
+
"transformers_version": "4.41.2",
|
229 |
+
"use_cache": true,
|
230 |
+
"use_weighted_layer_sum": false,
|
231 |
+
"vocab_size": 45,
|
232 |
+
"xvector_output_dim": 512
|
233 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44669ef1c0bc18654cc14762f5257d6fda1b3710b8f3e75ea55ac12817bf50d3
|
3 |
+
size 377651116
|
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/Jun11_17-19-53_dcb8e989d5ee/events.out.tfevents.1718126518.dcb8e989d5ee.1154.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e0dbd12266b04a8f6cb80a4f625bc7bff8534ba8c7fafdd111c11e4a44beb59
|
3 |
+
size 9283
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef55bcd149ad664f79b91b758390a47ed6bbfd0045bac2055c21ed64356d39ad
|
3 |
+
size 5176
|