TheRamsay commited on
Commit
03e3e48
·
verified ·
1 Parent(s): 29860a3

Training in progress, step 2000

Browse files
Files changed (4) hide show
  1. config.json +268 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +10 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SpeechEncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_attn_implementation_autoset": true,
7
+ "_name_or_path": "fav-kky/gpt2-small-cs",
8
+ "activation_function": "gelu",
9
+ "add_cross_attention": true,
10
+ "architectures": [
11
+ "GPT2LMHeadModel"
12
+ ],
13
+ "attn_pdrop": 0.1,
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": 0,
26
+ "exponential_decay_length_penalty": null,
27
+ "finetuning_task": null,
28
+ "forced_bos_token_id": null,
29
+ "forced_eos_token_id": null,
30
+ "gradient_checkpointing": false,
31
+ "id2label": {
32
+ "0": "LABEL_0",
33
+ "1": "LABEL_1"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "is_decoder": true,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "layer_norm_epsilon": 1e-05,
43
+ "length_penalty": 1.0,
44
+ "max_length": 20,
45
+ "min_length": 0,
46
+ "model_type": "gpt2",
47
+ "n_ctx": 1024,
48
+ "n_embd": 512,
49
+ "n_head": 8,
50
+ "n_inner": null,
51
+ "n_layer": 4,
52
+ "n_positions": 1024,
53
+ "no_repeat_ngram_size": 0,
54
+ "num_beam_groups": 1,
55
+ "num_beams": 1,
56
+ "num_return_sequences": 1,
57
+ "output_attentions": false,
58
+ "output_hidden_states": false,
59
+ "output_scores": false,
60
+ "pad_token_id": null,
61
+ "prefix": null,
62
+ "problem_type": null,
63
+ "pruned_heads": {},
64
+ "remove_invalid_values": false,
65
+ "reorder_and_upcast_attn": false,
66
+ "repetition_penalty": 1.0,
67
+ "resid_pdrop": 0.1,
68
+ "return_dict": true,
69
+ "return_dict_in_generate": false,
70
+ "scale_attn_by_inverse_layer_idx": false,
71
+ "scale_attn_weights": true,
72
+ "sep_token_id": null,
73
+ "summary_activation": null,
74
+ "summary_first_dropout": 0.1,
75
+ "summary_proj_to_labels": true,
76
+ "summary_type": "cls_index",
77
+ "summary_use_proj": true,
78
+ "suppress_tokens": null,
79
+ "task_specific_params": {
80
+ "text-generation": {
81
+ "do_sample": true,
82
+ "max_length": 1024
83
+ }
84
+ },
85
+ "temperature": 1.0,
86
+ "tf_legacy_loss": false,
87
+ "tie_encoder_decoder": false,
88
+ "tie_word_embeddings": true,
89
+ "tokenizer_class": null,
90
+ "top_k": 50,
91
+ "top_p": 1.0,
92
+ "torch_dtype": "float32",
93
+ "torchscript": false,
94
+ "typical_p": 1.0,
95
+ "use_bfloat16": false,
96
+ "use_cache": true,
97
+ "vocab_size": 50000
98
+ },
99
+ "decoder_start_token_id": 0,
100
+ "encoder": {
101
+ "_attn_implementation_autoset": true,
102
+ "_name_or_path": "fav-kky/wav2vec2-base-cs-80k-ClTRUS",
103
+ "activation_dropout": 0.1,
104
+ "adapter_attn_dim": null,
105
+ "adapter_kernel_size": 3,
106
+ "adapter_stride": 2,
107
+ "add_adapter": false,
108
+ "add_cross_attention": false,
109
+ "apply_spec_augment": true,
110
+ "architectures": [
111
+ "Wav2Vec2ForPreTraining"
112
+ ],
113
+ "attention_dropout": 0.1,
114
+ "bad_words_ids": null,
115
+ "begin_suppress_tokens": null,
116
+ "bos_token_id": 1,
117
+ "chunk_size_feed_forward": 0,
118
+ "classifier_proj_size": 256,
119
+ "codevector_dim": 256,
120
+ "contrastive_logits_temperature": 0.1,
121
+ "conv_bias": false,
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": false,
157
+ "early_stopping": false,
158
+ "encoder_no_repeat_ngram_size": 0,
159
+ "eos_token_id": 2,
160
+ "exponential_decay_length_penalty": null,
161
+ "feat_extract_activation": "gelu",
162
+ "feat_extract_norm": "group",
163
+ "feat_proj_dropout": 0.0,
164
+ "feat_quantizer_dropout": 0.0,
165
+ "final_dropout": 0.1,
166
+ "finetuning_task": null,
167
+ "forced_bos_token_id": null,
168
+ "forced_eos_token_id": null,
169
+ "hidden_act": "gelu",
170
+ "hidden_dropout": 0.1,
171
+ "hidden_size": 768,
172
+ "id2label": {
173
+ "0": "LABEL_0",
174
+ "1": "LABEL_1"
175
+ },
176
+ "initializer_range": 0.02,
177
+ "intermediate_size": 3072,
178
+ "is_decoder": false,
179
+ "is_encoder_decoder": false,
180
+ "label2id": {
181
+ "LABEL_0": 0,
182
+ "LABEL_1": 1
183
+ },
184
+ "layer_norm_eps": 1e-05,
185
+ "layerdrop": 0.1,
186
+ "length_penalty": 1.0,
187
+ "mask_feature_length": 10,
188
+ "mask_feature_min_masks": 0,
189
+ "mask_feature_prob": 0.0,
190
+ "mask_time_length": 10,
191
+ "mask_time_min_masks": 2,
192
+ "mask_time_prob": 0.05,
193
+ "max_length": 20,
194
+ "min_length": 0,
195
+ "model_type": "wav2vec2",
196
+ "no_repeat_ngram_size": 0,
197
+ "num_adapter_layers": 3,
198
+ "num_attention_heads": 12,
199
+ "num_beam_groups": 1,
200
+ "num_beams": 1,
201
+ "num_codevector_groups": 2,
202
+ "num_codevectors_per_group": 320,
203
+ "num_conv_pos_embedding_groups": 16,
204
+ "num_conv_pos_embeddings": 128,
205
+ "num_feat_extract_layers": 7,
206
+ "num_hidden_layers": 12,
207
+ "num_negatives": 100,
208
+ "num_return_sequences": 1,
209
+ "output_attentions": false,
210
+ "output_hidden_size": 768,
211
+ "output_hidden_states": false,
212
+ "output_scores": false,
213
+ "pad_token_id": 0,
214
+ "prefix": null,
215
+ "problem_type": null,
216
+ "proj_codevector_dim": 256,
217
+ "pruned_heads": {},
218
+ "remove_invalid_values": false,
219
+ "repetition_penalty": 1.0,
220
+ "return_dict": true,
221
+ "return_dict_in_generate": false,
222
+ "sep_token_id": null,
223
+ "suppress_tokens": 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
+ "tf_legacy_loss": false,
248
+ "tie_encoder_decoder": false,
249
+ "tie_word_embeddings": true,
250
+ "tokenizer_class": null,
251
+ "top_k": 50,
252
+ "top_p": 1.0,
253
+ "torch_dtype": "float32",
254
+ "torchscript": false,
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": 0,
262
+ "is_encoder_decoder": true,
263
+ "model_type": "speech-encoder-decoder",
264
+ "pad_token_id": 0,
265
+ "tie_word_embeddings": false,
266
+ "torch_dtype": "float32",
267
+ "transformers_version": "4.48.3"
268
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73ce264d70fb5bc5f3e2f99fdb5199180d283f3b3d32dcee7bdbd8125e8879a
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": false,
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:21507c9f31c31ff46d297b26d02d714e1d90ad82bfa264863c31df19e829dd6a
3
+ size 5368