anton-l HF staff commited on
Commit
b25be0c
1 Parent(s): 04166d2

Training in progress, step 500

Browse files
.gitattributes CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "anton-l/xls-r-300m-mbart-large-50",
3
+ "activation_dropout": 0.0,
4
+ "architectures": [
5
+ "SpeechEncoderDecoderModel"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "ctc_loss_reduction": "mean",
9
+ "decoder": {
10
+ "_name_or_path": "facebook/mbart-large-50",
11
+ "_num_labels": 3,
12
+ "activation_dropout": 0.0,
13
+ "activation_function": "gelu",
14
+ "add_bias_logits": false,
15
+ "add_cross_attention": true,
16
+ "add_final_layer_norm": true,
17
+ "architectures": [
18
+ "MBartForConditionalGeneration"
19
+ ],
20
+ "attention_dropout": 0.0,
21
+ "bad_words_ids": null,
22
+ "bos_token_id": 0,
23
+ "chunk_size_feed_forward": 0,
24
+ "classif_dropout": 0.0,
25
+ "classifier_dropout": 0.0,
26
+ "cross_attention_hidden_size": null,
27
+ "d_model": 1024,
28
+ "decoder_attention_heads": 16,
29
+ "decoder_ffn_dim": 4096,
30
+ "decoder_layerdrop": 0.0,
31
+ "decoder_layers": 12,
32
+ "decoder_start_token_id": 2,
33
+ "diversity_penalty": 0.0,
34
+ "do_sample": false,
35
+ "dropout": 0.1,
36
+ "early_stopping": true,
37
+ "encoder_attention_heads": 16,
38
+ "encoder_ffn_dim": 4096,
39
+ "encoder_layerdrop": 0.0,
40
+ "encoder_layers": 12,
41
+ "encoder_no_repeat_ngram_size": 0,
42
+ "eos_token_id": 2,
43
+ "finetuning_task": null,
44
+ "forced_bos_token_id": null,
45
+ "forced_eos_token_id": 2,
46
+ "gradient_checkpointing": false,
47
+ "id2label": {
48
+ "0": "LABEL_0",
49
+ "1": "LABEL_1",
50
+ "2": "LABEL_2"
51
+ },
52
+ "init_std": 0.02,
53
+ "is_decoder": true,
54
+ "is_encoder_decoder": false,
55
+ "label2id": {
56
+ "LABEL_0": 0,
57
+ "LABEL_1": 1,
58
+ "LABEL_2": 2
59
+ },
60
+ "length_penalty": 1.0,
61
+ "max_length": 200,
62
+ "max_position_embeddings": 1024,
63
+ "min_length": 0,
64
+ "model_type": "mbart",
65
+ "no_repeat_ngram_size": 0,
66
+ "normalize_before": true,
67
+ "normalize_embedding": true,
68
+ "num_beam_groups": 1,
69
+ "num_beams": 5,
70
+ "num_hidden_layers": 12,
71
+ "num_return_sequences": 1,
72
+ "output_attentions": false,
73
+ "output_hidden_states": false,
74
+ "output_past": true,
75
+ "output_scores": false,
76
+ "pad_token_id": 1,
77
+ "prefix": null,
78
+ "problem_type": null,
79
+ "pruned_heads": {},
80
+ "remove_invalid_values": false,
81
+ "repetition_penalty": 1.0,
82
+ "return_dict": true,
83
+ "return_dict_in_generate": false,
84
+ "scale_embedding": true,
85
+ "sep_token_id": null,
86
+ "static_position_embeddings": false,
87
+ "task_specific_params": null,
88
+ "temperature": 1.0,
89
+ "tie_encoder_decoder": false,
90
+ "tie_word_embeddings": true,
91
+ "tokenizer_class": "MBart50Tokenizer",
92
+ "top_k": 50,
93
+ "top_p": 1.0,
94
+ "torch_dtype": null,
95
+ "torchscript": false,
96
+ "transformers_version": "4.18.0.dev0",
97
+ "typical_p": 1.0,
98
+ "use_bfloat16": false,
99
+ "use_cache": true,
100
+ "vocab_size": 250054
101
+ },
102
+ "decoder_start_token_id": 0,
103
+ "encoder": {
104
+ "_name_or_path": "facebook/wav2vec2-xls-r-300m",
105
+ "activation_dropout": 0.0,
106
+ "adapter_kernel_size": 3,
107
+ "adapter_stride": 2,
108
+ "add_adapter": true,
109
+ "add_cross_attention": false,
110
+ "apply_spec_augment": true,
111
+ "architectures": [
112
+ "Wav2Vec2ForPreTraining"
113
+ ],
114
+ "attention_dropout": 0.1,
115
+ "bad_words_ids": null,
116
+ "bos_token_id": 1,
117
+ "chunk_size_feed_forward": 0,
118
+ "classifier_proj_size": 256,
119
+ "codevector_dim": 768,
120
+ "contrastive_logits_temperature": 0.1,
121
+ "conv_bias": true,
122
+ "conv_dim": [
123
+ 512,
124
+ 512,
125
+ 512,
126
+ 512,
127
+ 512,
128
+ 512,
129
+ 512
130
+ ],
131
+ "conv_kernel": [
132
+ 10,
133
+ 3,
134
+ 3,
135
+ 3,
136
+ 3,
137
+ 2,
138
+ 2
139
+ ],
140
+ "conv_stride": [
141
+ 5,
142
+ 2,
143
+ 2,
144
+ 2,
145
+ 2,
146
+ 2,
147
+ 2
148
+ ],
149
+ "cross_attention_hidden_size": null,
150
+ "ctc_loss_reduction": "sum",
151
+ "ctc_zero_infinity": false,
152
+ "decoder_start_token_id": null,
153
+ "diversity_loss_weight": 0.1,
154
+ "diversity_penalty": 0.0,
155
+ "do_sample": false,
156
+ "do_stable_layer_norm": true,
157
+ "early_stopping": false,
158
+ "encoder_no_repeat_ngram_size": 0,
159
+ "eos_token_id": 2,
160
+ "feat_extract_activation": "gelu",
161
+ "feat_extract_dropout": 0.0,
162
+ "feat_extract_norm": "layer",
163
+ "feat_proj_dropout": 0.0,
164
+ "feat_quantizer_dropout": 0.0,
165
+ "final_dropout": 0.0,
166
+ "finetuning_task": null,
167
+ "forced_bos_token_id": null,
168
+ "forced_eos_token_id": null,
169
+ "gradient_checkpointing": false,
170
+ "hidden_act": "gelu",
171
+ "hidden_dropout": 0.1,
172
+ "hidden_size": 1024,
173
+ "id2label": {
174
+ "0": "LABEL_0",
175
+ "1": "LABEL_1"
176
+ },
177
+ "initializer_range": 0.02,
178
+ "intermediate_size": 4096,
179
+ "is_decoder": false,
180
+ "is_encoder_decoder": false,
181
+ "label2id": {
182
+ "LABEL_0": 0,
183
+ "LABEL_1": 1
184
+ },
185
+ "layer_norm_eps": 1e-05,
186
+ "layerdrop": 0.0,
187
+ "length_penalty": 1.0,
188
+ "mask_feature_length": 10,
189
+ "mask_feature_min_masks": 0,
190
+ "mask_feature_prob": 0.0,
191
+ "mask_time_length": 10,
192
+ "mask_time_min_masks": 2,
193
+ "mask_time_prob": 0.075,
194
+ "max_length": 20,
195
+ "min_length": 0,
196
+ "model_type": "wav2vec2",
197
+ "no_repeat_ngram_size": 0,
198
+ "num_adapter_layers": 3,
199
+ "num_attention_heads": 16,
200
+ "num_beam_groups": 1,
201
+ "num_beams": 1,
202
+ "num_codevector_groups": 2,
203
+ "num_codevectors_per_group": 320,
204
+ "num_conv_pos_embedding_groups": 16,
205
+ "num_conv_pos_embeddings": 128,
206
+ "num_feat_extract_layers": 7,
207
+ "num_hidden_layers": 24,
208
+ "num_negatives": 100,
209
+ "num_return_sequences": 1,
210
+ "output_attentions": false,
211
+ "output_hidden_size": 1024,
212
+ "output_hidden_states": false,
213
+ "output_scores": false,
214
+ "pad_token_id": 0,
215
+ "prefix": null,
216
+ "problem_type": null,
217
+ "proj_codevector_dim": 768,
218
+ "pruned_heads": {},
219
+ "remove_invalid_values": false,
220
+ "repetition_penalty": 1.0,
221
+ "return_dict": true,
222
+ "return_dict_in_generate": false,
223
+ "sep_token_id": null,
224
+ "task_specific_params": null,
225
+ "tdnn_dilation": [
226
+ 1,
227
+ 2,
228
+ 3,
229
+ 1,
230
+ 1
231
+ ],
232
+ "tdnn_dim": [
233
+ 512,
234
+ 512,
235
+ 512,
236
+ 512,
237
+ 1500
238
+ ],
239
+ "tdnn_kernel": [
240
+ 5,
241
+ 3,
242
+ 3,
243
+ 1,
244
+ 1
245
+ ],
246
+ "temperature": 1.0,
247
+ "tie_encoder_decoder": false,
248
+ "tie_word_embeddings": true,
249
+ "tokenizer_class": null,
250
+ "top_k": 50,
251
+ "top_p": 1.0,
252
+ "torch_dtype": "float32",
253
+ "torchscript": false,
254
+ "transformers_version": "4.18.0.dev0",
255
+ "typical_p": 1.0,
256
+ "use_bfloat16": false,
257
+ "use_weighted_layer_sum": false,
258
+ "vocab_size": 32,
259
+ "xvector_output_dim": 512
260
+ },
261
+ "eos_token_id": 2,
262
+ "feat_proj_dropout": 0.0,
263
+ "final_dropout": 0.0,
264
+ "gradient_checkpointing": true,
265
+ "hidden_dropout": 0.0,
266
+ "is_encoder_decoder": true,
267
+ "layerdrop": 0.0,
268
+ "mask_feature_length": 64,
269
+ "mask_feature_prob": 0.1,
270
+ "mask_time_length": 10,
271
+ "mask_time_prob": 0.3,
272
+ "max_length": 200,
273
+ "model_type": "speech-encoder-decoder",
274
+ "num_beams": 5,
275
+ "pad_token_id": 1,
276
+ "tie_word_embeddings": false,
277
+ "torch_dtype": "float32",
278
+ "transformers_version": null,
279
+ "vocab_size": 250054
280
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d5a911208a66b6df4c76d1e14d955c6fb12f153aa75e8bf85d5dd19567c475c
3
+ size 3172253677
runs/Mar15_11-12-09_hf-paris-dgx-station-1/1647339415.4110305/events.out.tfevents.1647339415.hf-paris-dgx-station-1.3521138.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58129dc1db4940f47b0f6cff799062c36258023757065f0f6dbd3f1a75379f97
3
+ size 5050
runs/Mar15_11-12-09_hf-paris-dgx-station-1/events.out.tfevents.1647339415.hf-paris-dgx-station-1.3521138.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aec7fa79d7a16c138cc15449c0219450aa0d9db8df204659b017bc191cdbbcc
3
+ size 15302
runs/Mar15_11-21-27_hf-paris-dgx-station-1/1647339721.3238144/events.out.tfevents.1647339721.hf-paris-dgx-station-1.3523953.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4943fb5b47b1b9cb3e7ff4b04ffc04abc7f1e15b218648508144fb451ad001e9
3
+ size 5050
runs/Mar15_11-21-27_hf-paris-dgx-station-1/events.out.tfevents.1647339721.hf-paris-dgx-station-1.3523953.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ac1f3d85a777ab45b0afa5d838d07583bb9e597086ec679e416d2dc8bcb6e91
3
+ size 88196
runs/Mar15_11-47-16_hf-paris-dgx-station-1/1647341269.8137097/events.out.tfevents.1647341269.hf-paris-dgx-station-1.3531342.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42193be1d00a9bb4605ea0cc99c9310eea647df96bfa80ea0b597694afba3a4c
3
+ size 5051
runs/Mar15_11-47-16_hf-paris-dgx-station-1/events.out.tfevents.1647341269.hf-paris-dgx-station-1.3531342.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8a5e988eb4448ce38a5eaffd21d6bb633157b38de888b2bed348b207ed7ba5
3
+ size 88196
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>", "additional_special_tokens": ["ar_AR", "cs_CZ", "de_DE", "en_XX", "es_XX", "et_EE", "fi_FI", "fr_XX", "gu_IN", "hi_IN", "it_IT", "ja_XX", "kk_KZ", "ko_KR", "lt_LT", "lv_LV", "my_MM", "ne_NP", "nl_XX", "ro_RO", "ru_RU", "si_LK", "tr_TR", "vi_VN", "zh_CN", "af_ZA", "az_AZ", "bn_IN", "fa_IR", "he_IL", "hr_HR", "id_ID", "ka_GE", "km_KH", "mk_MK", "ml_IN", "mn_MN", "mr_IN", "pl_PL", "ps_AF", "pt_XX", "sv_SE", "sw_KE", "ta_IN", "te_IN", "th_TH", "tl_XX", "uk_UA", "ur_PK", "xh_ZA", "gl_ES", "sl_SI"]}
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d58a68c276b56fcc48c165c63f70e5e4d452b4182032a5f7a2d018f4aa1a889
3
+ size 17109752
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"src_lang": null, "tgt_lang": null, "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": "<s>", "model_max_length": 1024, "name_or_path": "anton-l/xls-r-300m-mbart-large-50", "special_tokens_map_file": "/home/suraj/projects/mbart-50/hf_models/mbart-50-large/special_tokens_map.json", "additional_special_tokens": ["ar_AR", "cs_CZ", "de_DE", "en_XX", "es_XX", "et_EE", "fi_FI", "fr_XX", "gu_IN", "hi_IN", "it_IT", "ja_XX", "kk_KZ", "ko_KR", "lt_LT", "lv_LV", "my_MM", "ne_NP", "nl_XX", "ro_RO", "ru_RU", "si_LK", "tr_TR", "vi_VN", "zh_CN", "af_ZA", "az_AZ", "bn_IN", "fa_IR", "he_IL", "hr_HR", "id_ID", "ka_GE", "km_KH", "mk_MK", "ml_IN", "mn_MN", "mr_IN", "pl_PL", "ps_AF", "pt_XX", "sv_SE", "sw_KE", "ta_IN", "te_IN", "th_TH", "tl_XX", "uk_UA", "ur_PK", "xh_ZA", "gl_ES", "sl_SI"], "sp_model_kwargs": {}, "processor_class": "Wav2Vec2Processor", "tokenizer_class": "MBart50Tokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60fc5e2750f48ac7a182d826b94d83093608477c31e6142a1a674f7c9851dd5a
3
+ size 3183