TheRamsay commited on
Commit
ab678d6
·
verified ·
1 Parent(s): 3ced7ce

Training in progress, step 2000

Browse files
Files changed (4) hide show
  1. config.json +281 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +10 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SpeechEncoderDecoderModel"
4
+ ],
5
+ "bos_token_id": 0,
6
+ "decoder": {
7
+ "_attn_implementation_autoset": false,
8
+ "_name_or_path": "fav-kky/gpt2-small-cs",
9
+ "activation_function": "gelu",
10
+ "add_cross_attention": true,
11
+ "architectures": [
12
+ "GPT2LMHeadModel"
13
+ ],
14
+ "attn_pdrop": 0.1,
15
+ "bad_words_ids": null,
16
+ "begin_suppress_tokens": null,
17
+ "bos_token_id": 0,
18
+ "chunk_size_feed_forward": 0,
19
+ "cross_attention_hidden_size": null,
20
+ "decoder_start_token_id": 0,
21
+ "decoder_vocab_size": 50000,
22
+ "diversity_penalty": 0.0,
23
+ "do_sample": false,
24
+ "early_stopping": false,
25
+ "embd_pdrop": 0.1,
26
+ "encoder_ctc_loss_reduction": "mean",
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_no_repeat_ngram_size": 0,
29
+ "encoder_pad_token_id": 0,
30
+ "encoder_vocab_size": 50000,
31
+ "eos_token_id": 0,
32
+ "exponential_decay_length_penalty": null,
33
+ "finetuning_task": null,
34
+ "forced_bos_token_id": null,
35
+ "forced_eos_token_id": null,
36
+ "gradient_checkpointing": false,
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
+ "mask_token_id": null,
51
+ "max_length": 20,
52
+ "min_length": 0,
53
+ "model_type": "gpt2",
54
+ "n_ctx": 1024,
55
+ "n_embd": 512,
56
+ "n_head": 8,
57
+ "n_inner": null,
58
+ "n_layer": 4,
59
+ "n_positions": 1024,
60
+ "no_repeat_ngram_size": 0,
61
+ "num_beam_groups": 1,
62
+ "num_beams": 1,
63
+ "num_return_sequences": 1,
64
+ "output_attentions": false,
65
+ "output_hidden_states": false,
66
+ "output_scores": false,
67
+ "pad_token_id": 0,
68
+ "prefix": null,
69
+ "problem_type": null,
70
+ "pruned_heads": {},
71
+ "remove_invalid_values": false,
72
+ "reorder_and_upcast_attn": false,
73
+ "repetition_penalty": 1.0,
74
+ "resid_pdrop": 0.1,
75
+ "return_dict": true,
76
+ "return_dict_in_generate": false,
77
+ "scale_attn_by_inverse_layer_idx": false,
78
+ "scale_attn_weights": true,
79
+ "sep_token_id": null,
80
+ "summary_activation": null,
81
+ "summary_first_dropout": 0.1,
82
+ "summary_proj_to_labels": true,
83
+ "summary_type": "cls_index",
84
+ "summary_use_proj": true,
85
+ "suppress_tokens": null,
86
+ "task_specific_params": {
87
+ "text-generation": {
88
+ "do_sample": true,
89
+ "max_length": 1024
90
+ }
91
+ },
92
+ "temperature": 1.0,
93
+ "tf_legacy_loss": false,
94
+ "tie_encoder_decoder": false,
95
+ "tie_word_embeddings": true,
96
+ "tokenizer_class": null,
97
+ "top_k": 50,
98
+ "top_p": 1.0,
99
+ "torch_dtype": "float32",
100
+ "torchscript": false,
101
+ "typical_p": 1.0,
102
+ "use_bfloat16": false,
103
+ "use_cache": true,
104
+ "vocab_size": 50000
105
+ },
106
+ "decoder_start_token_id": 0,
107
+ "encoder": {
108
+ "_attn_implementation_autoset": false,
109
+ "_name_or_path": "fav-kky/wav2vec2-base-cs-80k-ClTRUS",
110
+ "activation_dropout": 0.1,
111
+ "adapter_attn_dim": null,
112
+ "adapter_kernel_size": 3,
113
+ "adapter_stride": 2,
114
+ "add_adapter": false,
115
+ "add_cross_attention": false,
116
+ "apply_spec_augment": true,
117
+ "architectures": [
118
+ "Wav2Vec2ForPreTraining"
119
+ ],
120
+ "attention_dropout": 0.1,
121
+ "bad_words_ids": null,
122
+ "begin_suppress_tokens": null,
123
+ "bos_token_id": 0,
124
+ "chunk_size_feed_forward": 0,
125
+ "classifier_proj_size": 256,
126
+ "codevector_dim": 256,
127
+ "contrastive_logits_temperature": 0.1,
128
+ "conv_bias": false,
129
+ "conv_dim": [
130
+ 512,
131
+ 512,
132
+ 512,
133
+ 512,
134
+ 512,
135
+ 512,
136
+ 512
137
+ ],
138
+ "conv_kernel": [
139
+ 10,
140
+ 3,
141
+ 3,
142
+ 3,
143
+ 3,
144
+ 2,
145
+ 2
146
+ ],
147
+ "conv_stride": [
148
+ 5,
149
+ 2,
150
+ 2,
151
+ 2,
152
+ 2,
153
+ 2,
154
+ 2
155
+ ],
156
+ "cross_attention_hidden_size": null,
157
+ "ctc_loss_reduction": "sum",
158
+ "ctc_zero_infinity": false,
159
+ "decoder_start_token_id": null,
160
+ "decoder_vocab_size": 50000,
161
+ "diversity_loss_weight": 0.1,
162
+ "diversity_penalty": 0.0,
163
+ "do_sample": false,
164
+ "do_stable_layer_norm": false,
165
+ "early_stopping": false,
166
+ "encoder_ctc_loss_reduction": "mean",
167
+ "encoder_layerdrop": 0.0,
168
+ "encoder_no_repeat_ngram_size": 0,
169
+ "encoder_pad_token_id": 0,
170
+ "encoder_vocab_size": 50000,
171
+ "eos_token_id": 0,
172
+ "exponential_decay_length_penalty": null,
173
+ "feat_extract_activation": "gelu",
174
+ "feat_extract_norm": "group",
175
+ "feat_proj_dropout": 0.0,
176
+ "feat_quantizer_dropout": 0.0,
177
+ "final_dropout": 0.1,
178
+ "finetuning_task": null,
179
+ "forced_bos_token_id": null,
180
+ "forced_eos_token_id": null,
181
+ "hidden_act": "gelu",
182
+ "hidden_dropout": 0.1,
183
+ "hidden_size": 768,
184
+ "id2label": {
185
+ "0": "LABEL_0",
186
+ "1": "LABEL_1"
187
+ },
188
+ "initializer_range": 0.02,
189
+ "intermediate_size": 3072,
190
+ "is_decoder": false,
191
+ "is_encoder_decoder": false,
192
+ "label2id": {
193
+ "LABEL_0": 0,
194
+ "LABEL_1": 1
195
+ },
196
+ "layer_norm_eps": 1e-05,
197
+ "layerdrop": 0.1,
198
+ "length_penalty": 1.0,
199
+ "mask_feature_length": 10,
200
+ "mask_feature_min_masks": 0,
201
+ "mask_feature_prob": 0.0,
202
+ "mask_time_length": 10,
203
+ "mask_time_min_masks": 2,
204
+ "mask_time_prob": 0.05,
205
+ "mask_token_id": null,
206
+ "max_length": 20,
207
+ "min_length": 0,
208
+ "model_type": "wav2vec2",
209
+ "no_repeat_ngram_size": 0,
210
+ "num_adapter_layers": 3,
211
+ "num_attention_heads": 12,
212
+ "num_beam_groups": 1,
213
+ "num_beams": 1,
214
+ "num_codevector_groups": 2,
215
+ "num_codevectors_per_group": 320,
216
+ "num_conv_pos_embedding_groups": 16,
217
+ "num_conv_pos_embeddings": 128,
218
+ "num_feat_extract_layers": 7,
219
+ "num_hidden_layers": 12,
220
+ "num_negatives": 100,
221
+ "num_return_sequences": 1,
222
+ "output_attentions": false,
223
+ "output_hidden_size": 768,
224
+ "output_hidden_states": false,
225
+ "output_scores": false,
226
+ "pad_token_id": 0,
227
+ "prefix": null,
228
+ "problem_type": null,
229
+ "proj_codevector_dim": 256,
230
+ "pruned_heads": {},
231
+ "remove_invalid_values": false,
232
+ "repetition_penalty": 1.0,
233
+ "return_dict": true,
234
+ "return_dict_in_generate": false,
235
+ "sep_token_id": null,
236
+ "suppress_tokens": 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
+ "tf_legacy_loss": false,
261
+ "tie_encoder_decoder": false,
262
+ "tie_word_embeddings": true,
263
+ "tokenizer_class": null,
264
+ "top_k": 50,
265
+ "top_p": 1.0,
266
+ "torch_dtype": "float32",
267
+ "torchscript": false,
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": 0,
275
+ "is_encoder_decoder": true,
276
+ "model_type": "speech-encoder-decoder",
277
+ "pad_token_id": 0,
278
+ "tie_word_embeddings": false,
279
+ "torch_dtype": "float32",
280
+ "transformers_version": "4.49.0"
281
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a6beb27bff42a83390486d96b5da92b5481db0277c270eb4a6aa921d1724c3f
3
+ size 550862672
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_dim": 1,
4
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
5
+ "feature_size": 1,
6
+ "padding_side": "right",
7
+ "padding_value": 0.0,
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2424ec6d2f7b258ccbd71da6253ef1133bb223b4d24ea4e546834750eebba3d
3
+ size 7800