Commit
·
530a5d9
1
Parent(s):
8eabb12
Training in progress, step 960
Browse files- .gitignore +1 -0
- config.json +245 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SpeechMixEEDT5"
|
| 4 |
+
],
|
| 5 |
+
"decoder": {
|
| 6 |
+
"_name_or_path": "voidful/phoneme_byt5",
|
| 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": 3584,
|
| 16 |
+
"d_kv": 64,
|
| 17 |
+
"d_model": 1472,
|
| 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 |
+
"feed_forward_proj": "gated-gelu",
|
| 26 |
+
"finetuning_task": null,
|
| 27 |
+
"forced_bos_token_id": null,
|
| 28 |
+
"forced_eos_token_id": null,
|
| 29 |
+
"gradient_checkpointing": false,
|
| 30 |
+
"id2label": {
|
| 31 |
+
"0": "LABEL_0",
|
| 32 |
+
"1": "LABEL_1"
|
| 33 |
+
},
|
| 34 |
+
"initializer_factor": 1.0,
|
| 35 |
+
"is_decoder": true,
|
| 36 |
+
"is_encoder_decoder": true,
|
| 37 |
+
"label2id": {
|
| 38 |
+
"LABEL_0": 0,
|
| 39 |
+
"LABEL_1": 1
|
| 40 |
+
},
|
| 41 |
+
"layer_norm_epsilon": 1e-06,
|
| 42 |
+
"length_penalty": 1.0,
|
| 43 |
+
"max_length": 20,
|
| 44 |
+
"min_length": 0,
|
| 45 |
+
"model_type": "t5",
|
| 46 |
+
"no_repeat_ngram_size": 0,
|
| 47 |
+
"num_beam_groups": 1,
|
| 48 |
+
"num_beams": 1,
|
| 49 |
+
"num_decoder_layers": 4,
|
| 50 |
+
"num_heads": 6,
|
| 51 |
+
"num_layers": 12,
|
| 52 |
+
"num_return_sequences": 1,
|
| 53 |
+
"output_attentions": false,
|
| 54 |
+
"output_hidden_states": false,
|
| 55 |
+
"output_scores": false,
|
| 56 |
+
"pad_token_id": 0,
|
| 57 |
+
"prefix": null,
|
| 58 |
+
"problem_type": null,
|
| 59 |
+
"pruned_heads": {},
|
| 60 |
+
"relative_attention_max_distance": 128,
|
| 61 |
+
"relative_attention_num_buckets": 32,
|
| 62 |
+
"remove_invalid_values": false,
|
| 63 |
+
"repetition_penalty": 1.0,
|
| 64 |
+
"return_dict": true,
|
| 65 |
+
"return_dict_in_generate": false,
|
| 66 |
+
"sep_token_id": null,
|
| 67 |
+
"task_specific_params": null,
|
| 68 |
+
"temperature": 1.0,
|
| 69 |
+
"tie_encoder_decoder": false,
|
| 70 |
+
"tie_word_embeddings": false,
|
| 71 |
+
"tokenizer_class": "ByT5Tokenizer",
|
| 72 |
+
"top_k": 50,
|
| 73 |
+
"top_p": 1.0,
|
| 74 |
+
"torch_dtype": "float32",
|
| 75 |
+
"torchscript": false,
|
| 76 |
+
"transformers_version": "4.17.0",
|
| 77 |
+
"typical_p": 1.0,
|
| 78 |
+
"use_bfloat16": false,
|
| 79 |
+
"use_cache": true,
|
| 80 |
+
"vocab_size": 384
|
| 81 |
+
},
|
| 82 |
+
"encoder": {
|
| 83 |
+
"_name_or_path": "facebook/wav2vec2-large-lv60",
|
| 84 |
+
"activation_dropout": 0.1,
|
| 85 |
+
"adapter_kernel_size": 3,
|
| 86 |
+
"adapter_stride": 2,
|
| 87 |
+
"add_adapter": false,
|
| 88 |
+
"add_cross_attention": false,
|
| 89 |
+
"apply_spec_augment": true,
|
| 90 |
+
"architectures": [
|
| 91 |
+
"Wav2Vec2ForPreTraining"
|
| 92 |
+
],
|
| 93 |
+
"attention_dropout": 0.1,
|
| 94 |
+
"bad_words_ids": null,
|
| 95 |
+
"bos_token_id": 1,
|
| 96 |
+
"chunk_size_feed_forward": 0,
|
| 97 |
+
"classifier_proj_size": 256,
|
| 98 |
+
"codevector_dim": 768,
|
| 99 |
+
"contrastive_logits_temperature": 0.1,
|
| 100 |
+
"conv_bias": true,
|
| 101 |
+
"conv_dim": [
|
| 102 |
+
512,
|
| 103 |
+
512,
|
| 104 |
+
512,
|
| 105 |
+
512,
|
| 106 |
+
512,
|
| 107 |
+
512,
|
| 108 |
+
512
|
| 109 |
+
],
|
| 110 |
+
"conv_kernel": [
|
| 111 |
+
10,
|
| 112 |
+
3,
|
| 113 |
+
3,
|
| 114 |
+
3,
|
| 115 |
+
3,
|
| 116 |
+
2,
|
| 117 |
+
2
|
| 118 |
+
],
|
| 119 |
+
"conv_stride": [
|
| 120 |
+
5,
|
| 121 |
+
2,
|
| 122 |
+
2,
|
| 123 |
+
2,
|
| 124 |
+
2,
|
| 125 |
+
2,
|
| 126 |
+
2
|
| 127 |
+
],
|
| 128 |
+
"cross_attention_hidden_size": null,
|
| 129 |
+
"ctc_loss_reduction": "sum",
|
| 130 |
+
"ctc_zero_infinity": false,
|
| 131 |
+
"decoder_start_token_id": null,
|
| 132 |
+
"diversity_loss_weight": 0.1,
|
| 133 |
+
"diversity_penalty": 0.0,
|
| 134 |
+
"do_sample": false,
|
| 135 |
+
"do_stable_layer_norm": true,
|
| 136 |
+
"early_stopping": false,
|
| 137 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 138 |
+
"eos_token_id": 2,
|
| 139 |
+
"feat_extract_activation": "gelu",
|
| 140 |
+
"feat_extract_dropout": 0.0,
|
| 141 |
+
"feat_extract_norm": "layer",
|
| 142 |
+
"feat_proj_dropout": 0.1,
|
| 143 |
+
"feat_quantizer_dropout": 0.0,
|
| 144 |
+
"final_dropout": 0.1,
|
| 145 |
+
"finetuning_task": null,
|
| 146 |
+
"forced_bos_token_id": null,
|
| 147 |
+
"forced_eos_token_id": null,
|
| 148 |
+
"gradient_checkpointing": false,
|
| 149 |
+
"hidden_act": "gelu",
|
| 150 |
+
"hidden_dropout": 0.1,
|
| 151 |
+
"hidden_dropout_prob": 0.1,
|
| 152 |
+
"hidden_size": 1024,
|
| 153 |
+
"id2label": {
|
| 154 |
+
"0": "LABEL_0",
|
| 155 |
+
"1": "LABEL_1"
|
| 156 |
+
},
|
| 157 |
+
"initializer_range": 0.02,
|
| 158 |
+
"intermediate_size": 4096,
|
| 159 |
+
"is_decoder": false,
|
| 160 |
+
"is_encoder_decoder": false,
|
| 161 |
+
"label2id": {
|
| 162 |
+
"LABEL_0": 0,
|
| 163 |
+
"LABEL_1": 1
|
| 164 |
+
},
|
| 165 |
+
"layer_norm_eps": 1e-05,
|
| 166 |
+
"layerdrop": 0.0,
|
| 167 |
+
"length_penalty": 1.0,
|
| 168 |
+
"mask_feature_length": 10,
|
| 169 |
+
"mask_feature_min_masks": 0,
|
| 170 |
+
"mask_feature_prob": 0.0,
|
| 171 |
+
"mask_time_length": 10,
|
| 172 |
+
"mask_time_min_masks": 2,
|
| 173 |
+
"mask_time_prob": 0.05,
|
| 174 |
+
"max_length": 20,
|
| 175 |
+
"min_length": 0,
|
| 176 |
+
"model_type": "wav2vec2",
|
| 177 |
+
"no_repeat_ngram_size": 0,
|
| 178 |
+
"num_adapter_layers": 3,
|
| 179 |
+
"num_attention_heads": 16,
|
| 180 |
+
"num_beam_groups": 1,
|
| 181 |
+
"num_beams": 1,
|
| 182 |
+
"num_codevector_groups": 2,
|
| 183 |
+
"num_codevectors_per_group": 320,
|
| 184 |
+
"num_conv_pos_embedding_groups": 16,
|
| 185 |
+
"num_conv_pos_embeddings": 128,
|
| 186 |
+
"num_feat_extract_layers": 7,
|
| 187 |
+
"num_hidden_layers": 24,
|
| 188 |
+
"num_negatives": 100,
|
| 189 |
+
"num_return_sequences": 1,
|
| 190 |
+
"output_attentions": false,
|
| 191 |
+
"output_hidden_size": 1024,
|
| 192 |
+
"output_hidden_states": false,
|
| 193 |
+
"output_scores": false,
|
| 194 |
+
"pad_token_id": 0,
|
| 195 |
+
"prefix": null,
|
| 196 |
+
"problem_type": null,
|
| 197 |
+
"proj_codevector_dim": 768,
|
| 198 |
+
"pruned_heads": {},
|
| 199 |
+
"remove_invalid_values": false,
|
| 200 |
+
"repetition_penalty": 1.0,
|
| 201 |
+
"return_dict": true,
|
| 202 |
+
"return_dict_in_generate": false,
|
| 203 |
+
"sep_token_id": null,
|
| 204 |
+
"task_specific_params": null,
|
| 205 |
+
"tdnn_dilation": [
|
| 206 |
+
1,
|
| 207 |
+
2,
|
| 208 |
+
3,
|
| 209 |
+
1,
|
| 210 |
+
1
|
| 211 |
+
],
|
| 212 |
+
"tdnn_dim": [
|
| 213 |
+
512,
|
| 214 |
+
512,
|
| 215 |
+
512,
|
| 216 |
+
512,
|
| 217 |
+
1500
|
| 218 |
+
],
|
| 219 |
+
"tdnn_kernel": [
|
| 220 |
+
5,
|
| 221 |
+
3,
|
| 222 |
+
3,
|
| 223 |
+
1,
|
| 224 |
+
1
|
| 225 |
+
],
|
| 226 |
+
"temperature": 1.0,
|
| 227 |
+
"tie_encoder_decoder": false,
|
| 228 |
+
"tie_word_embeddings": true,
|
| 229 |
+
"tokenizer_class": null,
|
| 230 |
+
"top_k": 50,
|
| 231 |
+
"top_p": 1.0,
|
| 232 |
+
"torch_dtype": null,
|
| 233 |
+
"torchscript": false,
|
| 234 |
+
"transformers_version": "4.17.0",
|
| 235 |
+
"typical_p": 1.0,
|
| 236 |
+
"use_bfloat16": false,
|
| 237 |
+
"use_weighted_layer_sum": false,
|
| 238 |
+
"vocab_size": 32,
|
| 239 |
+
"xvector_output_dim": 512
|
| 240 |
+
},
|
| 241 |
+
"is_encoder_decoder": true,
|
| 242 |
+
"model_type": "speechmix",
|
| 243 |
+
"torch_dtype": "float32",
|
| 244 |
+
"transformers_version": null
|
| 245 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d85dee9ea51d06639718dd7895d93d8592316f836d845d394deba6131c1f42cf
|
| 3 |
+
size 2491783311
|
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": "/user_data/.cache/huggingface/transformers/3715c3de7f5eda8f5c9274c55ea8e8632fe6e4cdfdf8e9066ae173b956cd9b80.063895353d5ef9e19a25220cb616c43abc5e84a2f11b1ffb71c29e097572a109", "name_or_path": "voidful/phoneme_byt5", "tokenizer_class": "ByT5Tokenizer"}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a31c9365da659a44c87c7b29013c15624b86afef794a8d8a4e82177ac36f32e3
|
| 3 |
+
size 3311
|