nacielo commited on
Commit
dc6c7f0
1 Parent(s): 6f6fb87

Training in progress, step 4915

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "architectures": [
4
+ "SpeechEncoderDecoderModel"
5
+ ],
6
+ "decoder": {
7
+ "_name_or_path": "facebook/bart-base",
8
+ "activation_dropout": 0.1,
9
+ "activation_function": "gelu",
10
+ "add_bias_logits": false,
11
+ "add_cross_attention": true,
12
+ "add_final_layer_norm": false,
13
+ "architectures": [
14
+ "BartModel"
15
+ ],
16
+ "attention_dropout": 0.1,
17
+ "bad_words_ids": null,
18
+ "begin_suppress_tokens": null,
19
+ "bos_token_id": 0,
20
+ "chunk_size_feed_forward": 0,
21
+ "classif_dropout": 0.1,
22
+ "classifier_dropout": 0.0,
23
+ "cross_attention_hidden_size": null,
24
+ "d_model": 768,
25
+ "decoder_attention_heads": 12,
26
+ "decoder_ffn_dim": 3072,
27
+ "decoder_layerdrop": 0.0,
28
+ "decoder_layers": 6,
29
+ "decoder_start_token_id": 2,
30
+ "diversity_penalty": 0.0,
31
+ "do_sample": false,
32
+ "dropout": 0.1,
33
+ "early_stopping": true,
34
+ "encoder_attention_heads": 12,
35
+ "encoder_ffn_dim": 3072,
36
+ "encoder_layerdrop": 0.0,
37
+ "encoder_layers": 6,
38
+ "encoder_no_repeat_ngram_size": 0,
39
+ "eos_token_id": 2,
40
+ "exponential_decay_length_penalty": null,
41
+ "finetuning_task": null,
42
+ "forced_bos_token_id": 0,
43
+ "forced_eos_token_id": 2,
44
+ "gradient_checkpointing": false,
45
+ "id2label": {
46
+ "0": "LABEL_0",
47
+ "1": "LABEL_1",
48
+ "2": "LABEL_2"
49
+ },
50
+ "init_std": 0.02,
51
+ "is_decoder": true,
52
+ "is_encoder_decoder": false,
53
+ "label2id": {
54
+ "LABEL_0": 0,
55
+ "LABEL_1": 1,
56
+ "LABEL_2": 2
57
+ },
58
+ "length_penalty": 1.0,
59
+ "max_length": 20,
60
+ "max_position_embeddings": 1024,
61
+ "min_length": 0,
62
+ "model_type": "bart",
63
+ "no_repeat_ngram_size": 3,
64
+ "normalize_before": false,
65
+ "normalize_embedding": true,
66
+ "num_beam_groups": 1,
67
+ "num_beams": 4,
68
+ "num_hidden_layers": 6,
69
+ "num_return_sequences": 1,
70
+ "output_attentions": false,
71
+ "output_hidden_states": false,
72
+ "output_scores": false,
73
+ "pad_token_id": 1,
74
+ "prefix": null,
75
+ "problem_type": null,
76
+ "pruned_heads": {},
77
+ "remove_invalid_values": false,
78
+ "repetition_penalty": 1.0,
79
+ "return_dict": true,
80
+ "return_dict_in_generate": false,
81
+ "scale_embedding": false,
82
+ "sep_token_id": null,
83
+ "suppress_tokens": null,
84
+ "task_specific_params": {
85
+ "summarization": {
86
+ "length_penalty": 1.0,
87
+ "max_length": 128,
88
+ "min_length": 12,
89
+ "num_beams": 4
90
+ },
91
+ "summarization_cnn": {
92
+ "length_penalty": 2.0,
93
+ "max_length": 142,
94
+ "min_length": 56,
95
+ "num_beams": 4
96
+ },
97
+ "summarization_xsum": {
98
+ "length_penalty": 1.0,
99
+ "max_length": 62,
100
+ "min_length": 11,
101
+ "num_beams": 6
102
+ }
103
+ },
104
+ "temperature": 1.0,
105
+ "tf_legacy_loss": false,
106
+ "tie_encoder_decoder": false,
107
+ "tie_word_embeddings": true,
108
+ "tokenizer_class": null,
109
+ "top_k": 50,
110
+ "top_p": 1.0,
111
+ "torch_dtype": "float32",
112
+ "torchscript": false,
113
+ "transformers_version": "4.31.0",
114
+ "typical_p": 1.0,
115
+ "use_bfloat16": false,
116
+ "use_cache": true,
117
+ "vocab_size": 50265
118
+ },
119
+ "decoder_start_token_id": 0,
120
+ "encoder": {
121
+ "_name_or_path": "facebook/hubert-base-ls960",
122
+ "activation_dropout": 0.1,
123
+ "add_cross_attention": false,
124
+ "apply_spec_augment": true,
125
+ "architectures": [
126
+ "HubertModel"
127
+ ],
128
+ "attention_dropout": 0.1,
129
+ "bad_words_ids": null,
130
+ "begin_suppress_tokens": null,
131
+ "bos_token_id": 1,
132
+ "chunk_size_feed_forward": 0,
133
+ "classifier_proj_size": 256,
134
+ "conv_bias": false,
135
+ "conv_dim": [
136
+ 512,
137
+ 512,
138
+ 512,
139
+ 512,
140
+ 512,
141
+ 512,
142
+ 512
143
+ ],
144
+ "conv_kernel": [
145
+ 10,
146
+ 3,
147
+ 3,
148
+ 3,
149
+ 3,
150
+ 2,
151
+ 2
152
+ ],
153
+ "conv_stride": [
154
+ 8,
155
+ 2,
156
+ 2,
157
+ 3,
158
+ 3,
159
+ 3,
160
+ 3
161
+ ],
162
+ "cross_attention_hidden_size": null,
163
+ "ctc_loss_reduction": "sum",
164
+ "ctc_zero_infinity": false,
165
+ "decoder_start_token_id": null,
166
+ "diversity_penalty": 0.0,
167
+ "do_sample": false,
168
+ "do_stable_layer_norm": false,
169
+ "early_stopping": false,
170
+ "encoder_no_repeat_ngram_size": 0,
171
+ "eos_token_id": 2,
172
+ "exponential_decay_length_penalty": null,
173
+ "feat_extract_activation": "gelu",
174
+ "feat_extract_dropout": 0.0,
175
+ "feat_extract_norm": "group",
176
+ "feat_proj_dropout": 0.0,
177
+ "feat_proj_layer_norm": true,
178
+ "final_dropout": 0.1,
179
+ "finetuning_task": null,
180
+ "forced_bos_token_id": null,
181
+ "forced_eos_token_id": null,
182
+ "gradient_checkpointing": false,
183
+ "hidden_act": "gelu",
184
+ "hidden_dropout": 0.1,
185
+ "hidden_dropout_prob": 0.1,
186
+ "hidden_size": 768,
187
+ "id2label": {
188
+ "0": "LABEL_0",
189
+ "1": "LABEL_1"
190
+ },
191
+ "initializer_range": 0.02,
192
+ "intermediate_size": 3072,
193
+ "is_decoder": false,
194
+ "is_encoder_decoder": false,
195
+ "label2id": {
196
+ "LABEL_0": 0,
197
+ "LABEL_1": 1
198
+ },
199
+ "layer_norm_eps": 1e-05,
200
+ "layerdrop": 0.0,
201
+ "length_penalty": 1.0,
202
+ "mask_feature_length": 10,
203
+ "mask_feature_min_masks": 0,
204
+ "mask_feature_prob": 0.0,
205
+ "mask_time_length": 10,
206
+ "mask_time_min_masks": 2,
207
+ "mask_time_prob": 0.0,
208
+ "max_length": 20,
209
+ "min_length": 0,
210
+ "model_type": "hubert",
211
+ "no_repeat_ngram_size": 0,
212
+ "num_attention_heads": 12,
213
+ "num_beam_groups": 1,
214
+ "num_beams": 1,
215
+ "num_conv_pos_embedding_groups": 16,
216
+ "num_conv_pos_embeddings": 128,
217
+ "num_feat_extract_layers": 7,
218
+ "num_hidden_layers": 12,
219
+ "num_return_sequences": 1,
220
+ "output_attentions": false,
221
+ "output_hidden_states": false,
222
+ "output_scores": false,
223
+ "pad_token_id": 0,
224
+ "prefix": null,
225
+ "problem_type": null,
226
+ "pruned_heads": {},
227
+ "remove_invalid_values": false,
228
+ "repetition_penalty": 1.0,
229
+ "return_dict": true,
230
+ "return_dict_in_generate": false,
231
+ "sep_token_id": null,
232
+ "suppress_tokens": null,
233
+ "task_specific_params": null,
234
+ "temperature": 1.0,
235
+ "tf_legacy_loss": false,
236
+ "tie_encoder_decoder": false,
237
+ "tie_word_embeddings": true,
238
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
239
+ "top_k": 50,
240
+ "top_p": 1.0,
241
+ "torch_dtype": null,
242
+ "torchscript": false,
243
+ "transformers_version": "4.31.0",
244
+ "typical_p": 1.0,
245
+ "use_bfloat16": false,
246
+ "use_weighted_layer_sum": false,
247
+ "vocab_size": 32
248
+ },
249
+ "eos_token_id": 2,
250
+ "is_encoder_decoder": true,
251
+ "max_length": 100,
252
+ "model_type": "speech-encoder-decoder",
253
+ "pad_token_id": 1,
254
+ "processor_class": "Wav2Vec2Processor",
255
+ "tie_word_embeddings": false,
256
+ "torch_dtype": "float32",
257
+ "transformers_version": null,
258
+ "use_cache": false
259
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac630e392a4f7ee00d2b212b4edb9b9f25f424122c95414fc041d299c5726cd
3
+ size 762030361
runs/Aug18_17-10-30_node814.pri.csf3.alces.network/events.out.tfevents.1692375038.node814.pri.csf3.alces.network.101351.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c63beae97b3f465eb63b5f5d0ab398d333bcf90159757837f80600d6053b0b72
3
+ size 13666
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f916fbb4cf52a3e32bf7deea39c0fe8d7214a5ff65713af3e389c97a071763b
3
+ size 4155