Splend1dchan commited on
Commit
9ef1f05
1 Parent(s): eb28ffb

Training in progress, step 4502

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
.predictions-4502_fromhf_largebatch.csv.swp ADDED
File without changes
config.json ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SpeechMixEEDT5"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "google/byt5-base",
7
+ "add_cross_attention": true,
8
+ "architectures": [
9
+ "T5ForConditionalGeneration"
10
+ ],
11
+ "bad_words_ids": null,
12
+ "bos_token_id": null,
13
+ "chunk_size_feed_forward": 0,
14
+ "cross_attention_hidden_size": null,
15
+ "d_ff": 3968,
16
+ "d_kv": 64,
17
+ "d_model": 1536,
18
+ "decoder_start_token_id": 0,
19
+ "diversity_penalty": 0.0,
20
+ "do_sample": false,
21
+ "dropout_rate": 0.1,
22
+ "early_stopping": false,
23
+ "encoder_no_repeat_ngram_size": 0,
24
+ "eos_token_id": 1,
25
+ "exponential_decay_length_penalty": null,
26
+ "feed_forward_proj": "gated-gelu",
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_factor": 1.0,
36
+ "is_decoder": true,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "layer_norm_epsilon": 1e-06,
43
+ "length_penalty": 1.0,
44
+ "max_length": 20,
45
+ "min_length": 0,
46
+ "model_type": "t5",
47
+ "no_repeat_ngram_size": 0,
48
+ "num_beam_groups": 1,
49
+ "num_beams": 1,
50
+ "num_decoder_layers": 6,
51
+ "num_heads": 12,
52
+ "num_layers": 18,
53
+ "num_return_sequences": 1,
54
+ "output_attentions": false,
55
+ "output_hidden_states": false,
56
+ "output_past": true,
57
+ "output_scores": false,
58
+ "pad_token_id": 0,
59
+ "prefix": null,
60
+ "problem_type": null,
61
+ "pruned_heads": {},
62
+ "relative_attention_max_distance": 128,
63
+ "relative_attention_num_buckets": 32,
64
+ "remove_invalid_values": false,
65
+ "repetition_penalty": 1.0,
66
+ "return_dict": true,
67
+ "return_dict_in_generate": false,
68
+ "sep_token_id": null,
69
+ "task_specific_params": null,
70
+ "temperature": 1.0,
71
+ "tie_encoder_decoder": false,
72
+ "tie_word_embeddings": false,
73
+ "tokenizer_class": "ByT5Tokenizer",
74
+ "top_k": 50,
75
+ "top_p": 1.0,
76
+ "torch_dtype": null,
77
+ "torchscript": false,
78
+ "transformers_version": "4.18.0",
79
+ "typical_p": 1.0,
80
+ "use_bfloat16": false,
81
+ "use_cache": true,
82
+ "vocab_size": 384
83
+ },
84
+ "encoder": {
85
+ "_name_or_path": "facebook/wav2vec2-large-lv60",
86
+ "activation_dropout": 0.1,
87
+ "adapter_kernel_size": 3,
88
+ "adapter_stride": 2,
89
+ "add_adapter": false,
90
+ "add_cross_attention": false,
91
+ "apply_spec_augment": true,
92
+ "architectures": [
93
+ "Wav2Vec2ForPreTraining"
94
+ ],
95
+ "attention_dropout": 0.1,
96
+ "bad_words_ids": null,
97
+ "bos_token_id": 1,
98
+ "chunk_size_feed_forward": 0,
99
+ "classifier_proj_size": 256,
100
+ "codevector_dim": 768,
101
+ "contrastive_logits_temperature": 0.1,
102
+ "conv_bias": true,
103
+ "conv_dim": [
104
+ 512,
105
+ 512,
106
+ 512,
107
+ 512,
108
+ 512,
109
+ 512,
110
+ 512
111
+ ],
112
+ "conv_kernel": [
113
+ 10,
114
+ 3,
115
+ 3,
116
+ 3,
117
+ 3,
118
+ 2,
119
+ 2
120
+ ],
121
+ "conv_stride": [
122
+ 5,
123
+ 2,
124
+ 2,
125
+ 2,
126
+ 2,
127
+ 2,
128
+ 2
129
+ ],
130
+ "cross_attention_hidden_size": null,
131
+ "ctc_loss_reduction": "sum",
132
+ "ctc_zero_infinity": false,
133
+ "decoder_start_token_id": null,
134
+ "diversity_loss_weight": 0.1,
135
+ "diversity_penalty": 0.0,
136
+ "do_sample": false,
137
+ "do_stable_layer_norm": true,
138
+ "early_stopping": false,
139
+ "encoder_no_repeat_ngram_size": 0,
140
+ "eos_token_id": 2,
141
+ "exponential_decay_length_penalty": null,
142
+ "feat_extract_activation": "gelu",
143
+ "feat_extract_dropout": 0.0,
144
+ "feat_extract_norm": "layer",
145
+ "feat_proj_dropout": 0.1,
146
+ "feat_quantizer_dropout": 0.0,
147
+ "final_dropout": 0.1,
148
+ "finetuning_task": null,
149
+ "forced_bos_token_id": null,
150
+ "forced_eos_token_id": null,
151
+ "gradient_checkpointing": false,
152
+ "hidden_act": "gelu",
153
+ "hidden_dropout": 0.1,
154
+ "hidden_dropout_prob": 0.1,
155
+ "hidden_size": 1024,
156
+ "id2label": {
157
+ "0": "LABEL_0",
158
+ "1": "LABEL_1"
159
+ },
160
+ "initializer_range": 0.02,
161
+ "intermediate_size": 4096,
162
+ "is_decoder": false,
163
+ "is_encoder_decoder": false,
164
+ "label2id": {
165
+ "LABEL_0": 0,
166
+ "LABEL_1": 1
167
+ },
168
+ "layer_norm_eps": 1e-05,
169
+ "layerdrop": 0.0,
170
+ "length_penalty": 1.0,
171
+ "mask_feature_length": 10,
172
+ "mask_feature_min_masks": 0,
173
+ "mask_feature_prob": 0.0,
174
+ "mask_time_length": 10,
175
+ "mask_time_min_masks": 2,
176
+ "mask_time_prob": 0.05,
177
+ "max_length": 20,
178
+ "min_length": 0,
179
+ "model_type": "wav2vec2",
180
+ "no_repeat_ngram_size": 0,
181
+ "num_adapter_layers": 3,
182
+ "num_attention_heads": 16,
183
+ "num_beam_groups": 1,
184
+ "num_beams": 1,
185
+ "num_codevector_groups": 2,
186
+ "num_codevectors_per_group": 320,
187
+ "num_conv_pos_embedding_groups": 16,
188
+ "num_conv_pos_embeddings": 128,
189
+ "num_feat_extract_layers": 7,
190
+ "num_hidden_layers": 24,
191
+ "num_negatives": 100,
192
+ "num_return_sequences": 1,
193
+ "output_attentions": false,
194
+ "output_hidden_size": 1024,
195
+ "output_hidden_states": false,
196
+ "output_scores": false,
197
+ "pad_token_id": 0,
198
+ "prefix": null,
199
+ "problem_type": null,
200
+ "proj_codevector_dim": 768,
201
+ "pruned_heads": {},
202
+ "remove_invalid_values": false,
203
+ "repetition_penalty": 1.0,
204
+ "return_dict": true,
205
+ "return_dict_in_generate": false,
206
+ "sep_token_id": null,
207
+ "task_specific_params": null,
208
+ "tdnn_dilation": [
209
+ 1,
210
+ 2,
211
+ 3,
212
+ 1,
213
+ 1
214
+ ],
215
+ "tdnn_dim": [
216
+ 512,
217
+ 512,
218
+ 512,
219
+ 512,
220
+ 1500
221
+ ],
222
+ "tdnn_kernel": [
223
+ 5,
224
+ 3,
225
+ 3,
226
+ 1,
227
+ 1
228
+ ],
229
+ "temperature": 1.0,
230
+ "tie_encoder_decoder": false,
231
+ "tie_word_embeddings": true,
232
+ "tokenizer_class": null,
233
+ "top_k": 50,
234
+ "top_p": 1.0,
235
+ "torch_dtype": null,
236
+ "torchscript": false,
237
+ "transformers_version": "4.18.0",
238
+ "typical_p": 1.0,
239
+ "use_bfloat16": false,
240
+ "use_weighted_layer_sum": false,
241
+ "vocab_size": 32,
242
+ "xvector_output_dim": 512
243
+ },
244
+ "is_encoder_decoder": true,
245
+ "model_type": "speechmix",
246
+ "torch_dtype": "float32",
247
+ "transformers_version": null
248
+ }
predictions-4502_fromhf_largebatch.csv ADDED
File without changes
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85362e98ccadc8553e85262f9eba1aa8d19cc024de1f48079e260b9d284e2e57
3
+ size 3620081579
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>", "<extra_id_100>", "<extra_id_101>", "<extra_id_102>", "<extra_id_103>", "<extra_id_104>", "<extra_id_105>", "<extra_id_106>", "<extra_id_107>", "<extra_id_108>", "<extra_id_109>", "<extra_id_110>", "<extra_id_111>", "<extra_id_112>", "<extra_id_113>", "<extra_id_114>", "<extra_id_115>", "<extra_id_116>", "<extra_id_117>", "<extra_id_118>", "<extra_id_119>", "<extra_id_120>", "<extra_id_121>", "<extra_id_122>", "<extra_id_123>", "<extra_id_124>"]}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "extra_ids": 125, "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>", "<extra_id_100>", "<extra_id_101>", "<extra_id_102>", "<extra_id_103>", "<extra_id_104>", "<extra_id_105>", "<extra_id_106>", "<extra_id_107>", "<extra_id_108>", "<extra_id_109>", "<extra_id_110>", "<extra_id_111>", "<extra_id_112>", "<extra_id_113>", "<extra_id_114>", "<extra_id_115>", "<extra_id_116>", "<extra_id_117>", "<extra_id_118>", "<extra_id_119>", "<extra_id_120>", "<extra_id_121>", "<extra_id_122>", "<extra_id_123>", "<extra_id_124>"], "special_tokens_map_file": "/home/twskvfb446/.cache/huggingface/transformers/f22e687c418a9ed3e651ca340d6a5880bbb312bc24bbe893f5cd47288891b89d.063895353d5ef9e19a25220cb616c43abc5e84a2f11b1ffb71c29e097572a109", "name_or_path": "google/byt5-base", "tokenizer_class": "ByT5Tokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913149697d40f3888281f611b76fc00724f9f547bf84a25ae7eb6e598b5f1313
3
+ size 3311