sanchit-gandhi HF staff commited on
Commit
76b837f
1 Parent(s): 0dc7700

Training in progress, step 1000

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