TheRamsay commited on
Commit
b06727b
·
verified ·
1 Parent(s): 2475b92

Training in progress, step 2000

Browse files
Files changed (3) hide show
  1. config.json +101 -262
  2. model.safetensors +2 -2
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,268 +1,107 @@
1
  {
 
 
 
 
 
 
 
2
  "architectures": [
3
- "SpeechEncoderDecoderModel"
4
  ],
5
- "decoder": {
6
- "_attn_implementation_autoset": false,
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": false,
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.49.0"
 
 
 
268
  }
 
1
  {
2
+ "_name_or_path": "fav-kky/wav2vec2-base-cs-80k-ClTRUS",
3
+ "activation_dropout": 0.1,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
  "architectures": [
10
+ "Wav2Vec2ForCTC"
11
  ],
12
+ "attention_dropout": 0.2,
13
+ "bos_token_id": 3,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 256,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": false,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": true,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": false,
49
+ "eos_token_id": 4,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_norm": "group",
52
+ "feat_proj_dropout": 0.0,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.1,
55
+ "hidden_act": "gelu",
56
+ "hidden_dropout": 0.2,
57
+ "hidden_size": 768,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 3072,
60
+ "layer_norm_eps": 1e-05,
61
+ "layerdrop": 0.1,
62
+ "mask_feature_length": 10,
63
+ "mask_feature_min_masks": 0,
64
+ "mask_feature_prob": 0.0,
65
+ "mask_time_length": 10,
66
+ "mask_time_min_masks": 2,
67
+ "mask_time_prob": 0.05,
68
+ "model_type": "wav2vec2",
69
+ "num_adapter_layers": 3,
70
+ "num_attention_heads": 12,
71
+ "num_codevector_groups": 2,
72
+ "num_codevectors_per_group": 320,
73
+ "num_conv_pos_embedding_groups": 16,
74
+ "num_conv_pos_embeddings": 128,
75
+ "num_feat_extract_layers": 7,
76
+ "num_hidden_layers": 6,
77
+ "num_negatives": 100,
78
+ "output_hidden_size": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  "pad_token_id": 0,
80
+ "proj_codevector_dim": 256,
81
+ "tdnn_dilation": [
82
+ 1,
83
+ 2,
84
+ 3,
85
+ 1,
86
+ 1
87
+ ],
88
+ "tdnn_dim": [
89
+ 512,
90
+ 512,
91
+ 512,
92
+ 512,
93
+ 1500
94
+ ],
95
+ "tdnn_kernel": [
96
+ 5,
97
+ 3,
98
+ 3,
99
+ 1,
100
+ 1
101
+ ],
102
  "torch_dtype": "float32",
103
+ "transformers_version": "4.49.0",
104
+ "use_weighted_layer_sum": false,
105
+ "vocab_size": 1000,
106
+ "xvector_output_dim": 512
107
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:410c8714a1ba2abb625e37c5a51bafb93c584dfafce29c604ed27fb0c765b174
3
- size 550862672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db4f7385f16543aa01cda93b2d438e0f8583752e641185b8a5ba17fe67c3d7b6
3
+ size 210468024
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b388a5a8ccab94e6fbf978de93ac3a32ab3e55dc3adb48d3ab73083d93ee01b1
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eeb8e583efac0c346e0af9c032e855e0c1651a223a6f0de2ca5c4fd6211fcf5
3
+ size 5624