TheRamsay commited on
Commit
91a6348
·
verified ·
1 Parent(s): 42c2c62

Training in progress, epoch 1

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