Lakoc commited on
Commit
0df7c5a
1 Parent(s): 8539535

Training in progress, step 10

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +279 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "architectures": [
4
+ "JointCTCAttentionEncoderDecoder"
5
+ ],
6
+ "ctc_weight": 0.3,
7
+ "decoder": {
8
+ "_name_or_path": "Lakoc/gpt2_256h_8l_add_head6_03",
9
+ "activation_function": "gelu_new",
10
+ "add_cross_attention": true,
11
+ "architectures": null,
12
+ "attn_pdrop": 0.1,
13
+ "average_logits": false,
14
+ "bad_words_ids": null,
15
+ "begin_suppress_tokens": null,
16
+ "bos_token_id": 0,
17
+ "chunk_size_feed_forward": 0,
18
+ "cross_attention_hidden_size": null,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "early_stopping": false,
23
+ "embd_pdrop": 0.1,
24
+ "encoder_no_repeat_ngram_size": 0,
25
+ "eos_token_id": 1,
26
+ "exponential_decay_length_penalty": null,
27
+ "finetuning_task": null,
28
+ "forced_bos_token_id": null,
29
+ "forced_eos_token_id": null,
30
+ "head_locations": [
31
+ 5
32
+ ],
33
+ "head_weights": [
34
+ 0.7,
35
+ 0.3
36
+ ],
37
+ "id2label": {
38
+ "0": "LABEL_0",
39
+ "1": "LABEL_1"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "is_decoder": true,
43
+ "is_encoder_decoder": false,
44
+ "label2id": {
45
+ "LABEL_0": 0,
46
+ "LABEL_1": 1
47
+ },
48
+ "layer_norm_epsilon": 1e-05,
49
+ "length_penalty": 1.0,
50
+ "max_length": 20,
51
+ "min_length": 0,
52
+ "model_type": "gpt2-multi-head",
53
+ "n_embd": 256,
54
+ "n_head": 4,
55
+ "n_inner": 2048,
56
+ "n_layer": 8,
57
+ "n_positions": 1024,
58
+ "no_repeat_ngram_size": 0,
59
+ "num_beam_groups": 1,
60
+ "num_beams": 1,
61
+ "num_return_sequences": 1,
62
+ "output_attentions": false,
63
+ "output_hidden_states": false,
64
+ "output_scores": false,
65
+ "pad_token_id": null,
66
+ "pos_emb_fixed": true,
67
+ "prefix": null,
68
+ "problem_type": null,
69
+ "pruned_heads": {},
70
+ "remove_invalid_values": false,
71
+ "reorder_and_upcast_attn": false,
72
+ "repetition_penalty": 1.0,
73
+ "resid_pdrop": 0.1,
74
+ "return_dict": true,
75
+ "return_dict_in_generate": false,
76
+ "scale_attn_by_inverse_layer_idx": false,
77
+ "scale_attn_weights": true,
78
+ "sep_token_id": null,
79
+ "summary_activation": null,
80
+ "summary_first_dropout": 0.1,
81
+ "summary_proj_to_labels": true,
82
+ "summary_type": "cls_index",
83
+ "summary_use_proj": true,
84
+ "suppress_tokens": null,
85
+ "task_specific_params": null,
86
+ "temperature": 1.0,
87
+ "tf_legacy_loss": false,
88
+ "tie_additional_weights": false,
89
+ "tie_encoder_decoder": false,
90
+ "tie_word_embeddings": false,
91
+ "tokenizer_class": null,
92
+ "top_k": 50,
93
+ "top_p": 1.0,
94
+ "torch_dtype": null,
95
+ "torchscript": false,
96
+ "transformers_version": "4.31.0.dev0",
97
+ "typical_p": 1.0,
98
+ "use_bfloat16": false,
99
+ "use_cache": true,
100
+ "vocab_size": 5000
101
+ },
102
+ "decoder_pos_emb_fixed": true,
103
+ "decoder_start_token_id": 0,
104
+ "decoder_vocab_size": 5000,
105
+ "encoder": {
106
+ "_name_or_path": "Lakoc/fisher_ebranchformer_enc_12_layers_fixed",
107
+ "activation_dropout": 0.1,
108
+ "adapter_attn_dim": null,
109
+ "adapter_kernel_size": 3,
110
+ "adapter_stride": 2,
111
+ "add_adapter": false,
112
+ "add_cross_attention": false,
113
+ "apply_spec_augment": false,
114
+ "architectures": null,
115
+ "attention_dropout": 0.1,
116
+ "bad_words_ids": null,
117
+ "begin_suppress_tokens": null,
118
+ "bos_token_id": 1,
119
+ "chunk_size_feed_forward": 0,
120
+ "classifier_proj_size": 256,
121
+ "codevector_dim": 256,
122
+ "conformer_conv_dropout": 0.1,
123
+ "contrastive_logits_temperature": 0.1,
124
+ "conv_bias": false,
125
+ "conv_depthwise_kernel_size": 31,
126
+ "conv_dim": [
127
+ 256,
128
+ 256
129
+ ],
130
+ "conv_kernel": [
131
+ 3,
132
+ 3
133
+ ],
134
+ "conv_stride": [
135
+ 2,
136
+ 2
137
+ ],
138
+ "cross_attention_hidden_size": null,
139
+ "csgu_activation": "identity",
140
+ "csgu_conv_dropout": 0.1,
141
+ "csgu_kernel_size": 31,
142
+ "csgu_use_linear_after_conv": false,
143
+ "ctc_loss_reduction": "mean",
144
+ "ctc_zero_infinity": true,
145
+ "decoder_start_token_id": null,
146
+ "diversity_loss_weight": 0.1,
147
+ "diversity_penalty": 0.0,
148
+ "do_sample": false,
149
+ "do_stable_layer_norm": false,
150
+ "early_stopping": false,
151
+ "encoder_no_repeat_ngram_size": 0,
152
+ "eos_token_id": 2,
153
+ "expect_2d_input": true,
154
+ "exponential_decay_length_penalty": null,
155
+ "fe_position_embeddings": false,
156
+ "feat_extract_activation": "gelu",
157
+ "feat_extract_norm": "group",
158
+ "feat_proj_dropout": 0.0,
159
+ "feat_quantizer_dropout": 0.0,
160
+ "final_dropout": 0.1,
161
+ "finetuning_task": null,
162
+ "forced_bos_token_id": null,
163
+ "forced_eos_token_id": null,
164
+ "hidden_act": "gelu",
165
+ "hidden_dropout": 0.1,
166
+ "hidden_size": 256,
167
+ "id2label": {
168
+ "0": "LABEL_0",
169
+ "1": "LABEL_1"
170
+ },
171
+ "initializer_range": 0.02,
172
+ "intermediate_size": 1024,
173
+ "is_decoder": false,
174
+ "is_encoder_decoder": false,
175
+ "label2id": {
176
+ "LABEL_0": 0,
177
+ "LABEL_1": 1
178
+ },
179
+ "layer_norm_eps": 1e-05,
180
+ "layerdrop": 0.0,
181
+ "length_penalty": 1.0,
182
+ "mask_feature_length": 10,
183
+ "mask_feature_min_masks": 0,
184
+ "mask_feature_prob": 0.0,
185
+ "mask_time_length": 10,
186
+ "mask_time_min_masks": 2,
187
+ "mask_time_prob": 0.05,
188
+ "max_length": 20,
189
+ "max_source_positions": 1024,
190
+ "merge_conv_kernel": 31,
191
+ "min_length": 0,
192
+ "model_type": "wav2vec2-ebranchformer",
193
+ "no_repeat_ngram_size": 0,
194
+ "num_adapter_layers": 3,
195
+ "num_attention_heads": 4,
196
+ "num_beam_groups": 1,
197
+ "num_beams": 1,
198
+ "num_codevector_groups": 2,
199
+ "num_codevectors_per_group": 320,
200
+ "num_conv_pos_embedding_groups": 16,
201
+ "num_conv_pos_embeddings": 128,
202
+ "num_feat_extract_layers": 2,
203
+ "num_hidden_layers": 12,
204
+ "num_mel_bins": 80,
205
+ "num_negatives": 100,
206
+ "num_return_sequences": 1,
207
+ "output_attentions": false,
208
+ "output_hidden_size": 256,
209
+ "output_hidden_states": false,
210
+ "output_scores": false,
211
+ "pad_token_id": 3,
212
+ "position_embeddings_type": "relative",
213
+ "prefix": null,
214
+ "problem_type": null,
215
+ "proj_codevector_dim": 256,
216
+ "pruned_heads": {},
217
+ "remove_invalid_values": false,
218
+ "repetition_penalty": 1.0,
219
+ "return_dict": true,
220
+ "return_dict_in_generate": false,
221
+ "rotary_embedding_base": 10000,
222
+ "second_dim_input_size": 80,
223
+ "sep_token_id": null,
224
+ "suppress_tokens": null,
225
+ "task_specific_params": null,
226
+ "tdnn_dilation": [
227
+ 1,
228
+ 2,
229
+ 3,
230
+ 1,
231
+ 1
232
+ ],
233
+ "tdnn_dim": [
234
+ 512,
235
+ 512,
236
+ 512,
237
+ 512,
238
+ 1500
239
+ ],
240
+ "tdnn_kernel": [
241
+ 5,
242
+ 3,
243
+ 3,
244
+ 1,
245
+ 1
246
+ ],
247
+ "temperature": 1.0,
248
+ "tf_legacy_loss": false,
249
+ "tie_encoder_decoder": false,
250
+ "tie_word_embeddings": true,
251
+ "tokenizer_class": null,
252
+ "top_k": 50,
253
+ "top_p": 1.0,
254
+ "torch_dtype": null,
255
+ "torchscript": false,
256
+ "transformers_version": "4.31.0.dev0",
257
+ "typical_p": 1.0,
258
+ "use_bfloat16": false,
259
+ "use_fbanks": true,
260
+ "use_macaron_ff": true,
261
+ "use_weighted_layer_sum": false,
262
+ "vocab_size": 5000,
263
+ "xvector_output_dim": 512
264
+ },
265
+ "encoder_ctc_loss_reduction": "mean",
266
+ "encoder_expect_2d_input": true,
267
+ "encoder_layerdrop": 0.0,
268
+ "encoder_pad_token_id": 3,
269
+ "encoder_second_dim_input_size": 80,
270
+ "encoder_vocab_size": 5000,
271
+ "is_encoder_decoder": true,
272
+ "lsm_factor": 0.1,
273
+ "model_type": "joint_aed_ctc_speech-encoder-decoder",
274
+ "pad_token_id": 3,
275
+ "shared_lm_head": false,
276
+ "tie_word_embeddings": false,
277
+ "torch_dtype": "float32",
278
+ "transformers_version": null
279
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa55874966d1f4ec96ef9b07092c8836ac42d63640f3dca8e8f1b6ab356a0f71
3
+ size 172120014
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b1b56e85854287408d424a7a979f4c9c52ec2ad66a6f0f85676147c1a48e02d
3
+ size 5048