anton-l HF staff commited on
Commit
a912b24
1 Parent(s): 7622157

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "anton-l/xls-r-300m-bart-base",
3
+ "architectures": [
4
+ "SpeechEncoderDecoderModel"
5
+ ],
6
+ "decoder": {
7
+ "_name_or_path": "facebook/bart-base",
8
+ "activation_dropout": 0.1,
9
+ "activation_function": "gelu",
10
+ "add_bias_logits": false,
11
+ "add_cross_attention": true,
12
+ "add_final_layer_norm": false,
13
+ "architectures": [
14
+ "BartModel"
15
+ ],
16
+ "attention_dropout": 0.1,
17
+ "bad_words_ids": null,
18
+ "bos_token_id": 0,
19
+ "chunk_size_feed_forward": 0,
20
+ "classif_dropout": 0.1,
21
+ "classifier_dropout": 0.0,
22
+ "cross_attention_hidden_size": null,
23
+ "d_model": 768,
24
+ "decoder_attention_heads": 12,
25
+ "decoder_ffn_dim": 3072,
26
+ "decoder_layerdrop": 0.0,
27
+ "decoder_layers": 6,
28
+ "decoder_start_token_id": 2,
29
+ "diversity_penalty": 0.0,
30
+ "do_sample": false,
31
+ "dropout": 0.1,
32
+ "early_stopping": true,
33
+ "encoder_attention_heads": 12,
34
+ "encoder_ffn_dim": 3072,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
+ "encoder_no_repeat_ngram_size": 0,
38
+ "eos_token_id": 2,
39
+ "finetuning_task": null,
40
+ "forced_bos_token_id": 0,
41
+ "forced_eos_token_id": 2,
42
+ "gradient_checkpointing": false,
43
+ "id2label": {
44
+ "0": "LABEL_0",
45
+ "1": "LABEL_1",
46
+ "2": "LABEL_2"
47
+ },
48
+ "init_std": 0.02,
49
+ "is_decoder": true,
50
+ "is_encoder_decoder": false,
51
+ "label2id": {
52
+ "LABEL_0": 0,
53
+ "LABEL_1": 1,
54
+ "LABEL_2": 2
55
+ },
56
+ "length_penalty": 1.0,
57
+ "max_length": 20,
58
+ "max_position_embeddings": 1024,
59
+ "min_length": 0,
60
+ "model_type": "bart",
61
+ "no_repeat_ngram_size": 3,
62
+ "normalize_before": false,
63
+ "normalize_embedding": true,
64
+ "num_beam_groups": 1,
65
+ "num_beams": 4,
66
+ "num_hidden_layers": 6,
67
+ "num_return_sequences": 1,
68
+ "output_attentions": false,
69
+ "output_hidden_states": false,
70
+ "output_scores": false,
71
+ "pad_token_id": 1,
72
+ "prefix": null,
73
+ "problem_type": null,
74
+ "pruned_heads": {},
75
+ "remove_invalid_values": false,
76
+ "repetition_penalty": 1.0,
77
+ "return_dict": true,
78
+ "return_dict_in_generate": false,
79
+ "scale_embedding": false,
80
+ "sep_token_id": null,
81
+ "task_specific_params": {
82
+ "summarization": {
83
+ "length_penalty": 1.0,
84
+ "max_length": 128,
85
+ "min_length": 12,
86
+ "num_beams": 4
87
+ },
88
+ "summarization_cnn": {
89
+ "length_penalty": 2.0,
90
+ "max_length": 142,
91
+ "min_length": 56,
92
+ "num_beams": 4
93
+ },
94
+ "summarization_xsum": {
95
+ "length_penalty": 1.0,
96
+ "max_length": 62,
97
+ "min_length": 11,
98
+ "num_beams": 6
99
+ }
100
+ },
101
+ "temperature": 1.0,
102
+ "tie_encoder_decoder": false,
103
+ "tie_word_embeddings": true,
104
+ "tokenizer_class": null,
105
+ "top_k": 50,
106
+ "top_p": 1.0,
107
+ "torch_dtype": "float32",
108
+ "torchscript": false,
109
+ "transformers_version": "4.18.0.dev0",
110
+ "typical_p": 1.0,
111
+ "use_bfloat16": false,
112
+ "use_cache": true,
113
+ "vocab_size": 50265
114
+ },
115
+ "decoder_start_token_id": 0,
116
+ "encoder": {
117
+ "_name_or_path": "facebook/wav2vec2-xls-r-300m",
118
+ "activation_dropout": 0.0,
119
+ "adapter_kernel_size": 3,
120
+ "adapter_stride": 2,
121
+ "add_adapter": true,
122
+ "add_cross_attention": false,
123
+ "apply_spec_augment": true,
124
+ "architectures": [
125
+ "Wav2Vec2ForPreTraining"
126
+ ],
127
+ "attention_dropout": 0.1,
128
+ "bad_words_ids": null,
129
+ "bos_token_id": 1,
130
+ "chunk_size_feed_forward": 0,
131
+ "classifier_proj_size": 256,
132
+ "codevector_dim": 768,
133
+ "contrastive_logits_temperature": 0.1,
134
+ "conv_bias": true,
135
+ "conv_dim": [
136
+ 512,
137
+ 512,
138
+ 512,
139
+ 512,
140
+ 512,
141
+ 512,
142
+ 512
143
+ ],
144
+ "conv_kernel": [
145
+ 10,
146
+ 3,
147
+ 3,
148
+ 3,
149
+ 3,
150
+ 2,
151
+ 2
152
+ ],
153
+ "conv_stride": [
154
+ 5,
155
+ 2,
156
+ 2,
157
+ 2,
158
+ 2,
159
+ 2,
160
+ 2
161
+ ],
162
+ "cross_attention_hidden_size": null,
163
+ "ctc_loss_reduction": "sum",
164
+ "ctc_zero_infinity": false,
165
+ "decoder_start_token_id": null,
166
+ "diversity_loss_weight": 0.1,
167
+ "diversity_penalty": 0.0,
168
+ "do_sample": false,
169
+ "do_stable_layer_norm": true,
170
+ "early_stopping": false,
171
+ "encoder_no_repeat_ngram_size": 0,
172
+ "eos_token_id": 2,
173
+ "feat_extract_activation": "gelu",
174
+ "feat_extract_dropout": 0.0,
175
+ "feat_extract_norm": "layer",
176
+ "feat_proj_dropout": 0.0,
177
+ "feat_quantizer_dropout": 0.0,
178
+ "final_dropout": 0.0,
179
+ "finetuning_task": null,
180
+ "forced_bos_token_id": null,
181
+ "forced_eos_token_id": null,
182
+ "gradient_checkpointing": false,
183
+ "hidden_act": "gelu",
184
+ "hidden_dropout": 0.1,
185
+ "hidden_size": 1024,
186
+ "id2label": {
187
+ "0": "LABEL_0",
188
+ "1": "LABEL_1"
189
+ },
190
+ "initializer_range": 0.02,
191
+ "intermediate_size": 4096,
192
+ "is_decoder": false,
193
+ "is_encoder_decoder": false,
194
+ "label2id": {
195
+ "LABEL_0": 0,
196
+ "LABEL_1": 1
197
+ },
198
+ "layer_norm_eps": 1e-05,
199
+ "layerdrop": 0.0,
200
+ "length_penalty": 1.0,
201
+ "mask_feature_length": 10,
202
+ "mask_feature_min_masks": 0,
203
+ "mask_feature_prob": 0.0,
204
+ "mask_time_length": 10,
205
+ "mask_time_min_masks": 2,
206
+ "mask_time_prob": 0.0,
207
+ "max_length": 20,
208
+ "min_length": 0,
209
+ "model_type": "wav2vec2",
210
+ "no_repeat_ngram_size": 0,
211
+ "num_adapter_layers": 3,
212
+ "num_attention_heads": 16,
213
+ "num_beam_groups": 1,
214
+ "num_beams": 1,
215
+ "num_codevector_groups": 2,
216
+ "num_codevectors_per_group": 320,
217
+ "num_conv_pos_embedding_groups": 16,
218
+ "num_conv_pos_embeddings": 128,
219
+ "num_feat_extract_layers": 7,
220
+ "num_hidden_layers": 24,
221
+ "num_negatives": 100,
222
+ "num_return_sequences": 1,
223
+ "output_attentions": false,
224
+ "output_hidden_size": 1024,
225
+ "output_hidden_states": false,
226
+ "output_scores": false,
227
+ "pad_token_id": 0,
228
+ "prefix": null,
229
+ "problem_type": null,
230
+ "proj_codevector_dim": 768,
231
+ "pruned_heads": {},
232
+ "remove_invalid_values": false,
233
+ "repetition_penalty": 1.0,
234
+ "return_dict": true,
235
+ "return_dict_in_generate": false,
236
+ "sep_token_id": null,
237
+ "task_specific_params": null,
238
+ "tdnn_dilation": [
239
+ 1,
240
+ 2,
241
+ 3,
242
+ 1,
243
+ 1
244
+ ],
245
+ "tdnn_dim": [
246
+ 512,
247
+ 512,
248
+ 512,
249
+ 512,
250
+ 1500
251
+ ],
252
+ "tdnn_kernel": [
253
+ 5,
254
+ 3,
255
+ 3,
256
+ 1,
257
+ 1
258
+ ],
259
+ "temperature": 1.0,
260
+ "tie_encoder_decoder": false,
261
+ "tie_word_embeddings": true,
262
+ "tokenizer_class": null,
263
+ "top_k": 50,
264
+ "top_p": 1.0,
265
+ "torch_dtype": "float32",
266
+ "torchscript": false,
267
+ "transformers_version": "4.18.0.dev0",
268
+ "typical_p": 1.0,
269
+ "use_bfloat16": false,
270
+ "use_weighted_layer_sum": false,
271
+ "vocab_size": 32,
272
+ "xvector_output_dim": 512
273
+ },
274
+ "eos_token_id": 2,
275
+ "is_encoder_decoder": true,
276
+ "max_length": 40,
277
+ "model_type": "speech-encoder-decoder",
278
+ "pad_token_id": 1,
279
+ "processor_class": "Wav2Vec2Processor",
280
+ "tie_word_embeddings": false,
281
+ "torch_dtype": "float32",
282
+ "transformers_version": null,
283
+ "use_cache": false
284
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
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,
7
+ "return_attention_mask": true,
8
+ "sampling_rate": 16000
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5cb3d08a6bc1f69671514a718adcedc66af1540588d13127f46e570b367af70
3
+ size 1725071591
runs/Mar16_21-32-00_hf-paris-dgx-station-1/1647462746.9940832/events.out.tfevents.1647462746.hf-paris-dgx-station-1.4162067.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5100e37d21f3aec1d4c88fb889e954453b2e912509d145bcf267d426caf41142
3
+ size 5051
runs/Mar16_21-32-00_hf-paris-dgx-station-1/events.out.tfevents.1647462746.hf-paris-dgx-station-1.4162067.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14784a27420e67c70ecc1adb3fd810c53fecf84cb380be0781b82133fd3a86ba
3
+ size 88196
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": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "anton-l/xls-r-300m-bart-base", "tokenizer_class": "BartTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ff4eebeb5331d29f627e9f975ae64127d10d29a35955dff53dd2ef131803c1
3
+ size 3183
vocab.json ADDED
The diff for this file is too large to render. See raw diff