Training in progress, step 500, checkpoint
Browse files- last-checkpoint/added_tokens.json +3 -0
- last-checkpoint/config.json +91 -0
- last-checkpoint/generation_config.json +9 -0
- last-checkpoint/model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/preprocessor_config.json +19 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scaler.pt +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +6 -0
- last-checkpoint/spm_char.model +3 -0
- last-checkpoint/tokenizer_config.json +47 -0
- last-checkpoint/trainer_state.json +77 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<pad>": 86
|
| 3 |
+
}
|
last-checkpoint/config.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_dropout": 0.1,
|
| 3 |
+
"apply_spec_augment": true,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"SpeechT5ForTextToSpeech"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"bos_token_id": 0,
|
| 9 |
+
"conv_bias": false,
|
| 10 |
+
"conv_dim": [
|
| 11 |
+
512,
|
| 12 |
+
512,
|
| 13 |
+
512,
|
| 14 |
+
512,
|
| 15 |
+
512,
|
| 16 |
+
512,
|
| 17 |
+
512
|
| 18 |
+
],
|
| 19 |
+
"conv_kernel": [
|
| 20 |
+
10,
|
| 21 |
+
3,
|
| 22 |
+
3,
|
| 23 |
+
3,
|
| 24 |
+
3,
|
| 25 |
+
2,
|
| 26 |
+
2
|
| 27 |
+
],
|
| 28 |
+
"conv_stride": [
|
| 29 |
+
5,
|
| 30 |
+
2,
|
| 31 |
+
2,
|
| 32 |
+
2,
|
| 33 |
+
2,
|
| 34 |
+
2,
|
| 35 |
+
2
|
| 36 |
+
],
|
| 37 |
+
"decoder_attention_heads": 12,
|
| 38 |
+
"decoder_ffn_dim": 3072,
|
| 39 |
+
"decoder_layerdrop": 0.1,
|
| 40 |
+
"decoder_layers": 6,
|
| 41 |
+
"decoder_start_token_id": 2,
|
| 42 |
+
"encoder_attention_heads": 12,
|
| 43 |
+
"encoder_ffn_dim": 3072,
|
| 44 |
+
"encoder_layerdrop": 0.1,
|
| 45 |
+
"encoder_layers": 12,
|
| 46 |
+
"encoder_max_relative_position": 160,
|
| 47 |
+
"eos_token_id": 2,
|
| 48 |
+
"feat_extract_activation": "gelu",
|
| 49 |
+
"feat_extract_norm": "group",
|
| 50 |
+
"feat_proj_dropout": 0.0,
|
| 51 |
+
"guided_attention_loss_num_heads": 2,
|
| 52 |
+
"guided_attention_loss_scale": 10.0,
|
| 53 |
+
"guided_attention_loss_sigma": 0.4,
|
| 54 |
+
"hidden_act": "gelu",
|
| 55 |
+
"hidden_dropout": 0.1,
|
| 56 |
+
"hidden_size": 768,
|
| 57 |
+
"initializer_range": 0.02,
|
| 58 |
+
"is_encoder_decoder": true,
|
| 59 |
+
"layer_norm_eps": 1e-05,
|
| 60 |
+
"mask_feature_length": 10,
|
| 61 |
+
"mask_feature_min_masks": 0,
|
| 62 |
+
"mask_feature_prob": 0.0,
|
| 63 |
+
"mask_time_length": 10,
|
| 64 |
+
"mask_time_min_masks": 2,
|
| 65 |
+
"mask_time_prob": 0.05,
|
| 66 |
+
"max_length": null,
|
| 67 |
+
"max_speech_positions": 1876,
|
| 68 |
+
"max_text_positions": 600,
|
| 69 |
+
"model_type": "speecht5",
|
| 70 |
+
"num_conv_pos_embedding_groups": 16,
|
| 71 |
+
"num_conv_pos_embeddings": 128,
|
| 72 |
+
"num_feat_extract_layers": 7,
|
| 73 |
+
"num_mel_bins": 80,
|
| 74 |
+
"pad_token_id": 1,
|
| 75 |
+
"positional_dropout": 0.1,
|
| 76 |
+
"reduction_factor": 2,
|
| 77 |
+
"scale_embedding": false,
|
| 78 |
+
"speaker_embedding_dim": 512,
|
| 79 |
+
"speech_decoder_postnet_dropout": 0.5,
|
| 80 |
+
"speech_decoder_postnet_kernel": 5,
|
| 81 |
+
"speech_decoder_postnet_layers": 5,
|
| 82 |
+
"speech_decoder_postnet_units": 256,
|
| 83 |
+
"speech_decoder_prenet_dropout": 0.5,
|
| 84 |
+
"speech_decoder_prenet_layers": 2,
|
| 85 |
+
"speech_decoder_prenet_units": 256,
|
| 86 |
+
"torch_dtype": "float32",
|
| 87 |
+
"transformers_version": "4.54.1",
|
| 88 |
+
"use_cache": false,
|
| 89 |
+
"use_guided_attention_loss": true,
|
| 90 |
+
"vocab_size": 98
|
| 91 |
+
}
|
last-checkpoint/generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"decoder_start_token_id": 2,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"max_length": 1876,
|
| 7 |
+
"pad_token_id": 1,
|
| 8 |
+
"transformers_version": "4.54.1"
|
| 9 |
+
}
|
last-checkpoint/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c5b55e927f3a6e8ffa6287441f8b2b9734c9a4167e7c21e387d2dcfe00b942c
|
| 3 |
+
size 577841544
|
last-checkpoint/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:716acd47900e856487aeebac1b1eb7c0274bf8ccd615be30df0c9a809c5b37c3
|
| 3 |
+
size 1155881993
|
last-checkpoint/preprocessor_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": false,
|
| 3 |
+
"feature_extractor_type": "SpeechT5FeatureExtractor",
|
| 4 |
+
"feature_size": 1,
|
| 5 |
+
"fmax": 7600,
|
| 6 |
+
"fmin": 80,
|
| 7 |
+
"frame_signal_scale": 1.0,
|
| 8 |
+
"hop_length": 16,
|
| 9 |
+
"mel_floor": 1e-10,
|
| 10 |
+
"num_mel_bins": 80,
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"padding_value": 0.0,
|
| 13 |
+
"processor_class": "SpeechT5Processor",
|
| 14 |
+
"reduction_factor": 2,
|
| 15 |
+
"return_attention_mask": true,
|
| 16 |
+
"sampling_rate": 16000,
|
| 17 |
+
"win_function": "hann_window",
|
| 18 |
+
"win_length": 64
|
| 19 |
+
}
|
last-checkpoint/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e2bc90e52ff327a0a1d9bebc1577e2160040b1365aa5852c24e49863fa70aba
|
| 3 |
+
size 14244
|
last-checkpoint/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
|
| 3 |
+
size 988
|
last-checkpoint/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f30bcd9966f6401c8524f1b01b2afb151054fdbbc84859ad9629e6c0f794f351
|
| 3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"eos_token": "</s>",
|
| 4 |
+
"pad_token": "<pad>",
|
| 5 |
+
"unk_token": "<unk>"
|
| 6 |
+
}
|
last-checkpoint/spm_char.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f4b56b4bbf0637c59a5c9c8531362bf8ce2bcde4fcd28ce0a0ec26cdf70a905
|
| 3 |
+
size 403344
|
last-checkpoint/tokenizer_config.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "<unk>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "</s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"86": {
|
| 28 |
+
"content": "<pad>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"bos_token": "<s>",
|
| 37 |
+
"clean_up_tokenization_spaces": true,
|
| 38 |
+
"eos_token": "</s>",
|
| 39 |
+
"extra_special_tokens": {},
|
| 40 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 41 |
+
"normalize": false,
|
| 42 |
+
"pad_token": "<pad>",
|
| 43 |
+
"processor_class": "SpeechT5Processor",
|
| 44 |
+
"sp_model_kwargs": {},
|
| 45 |
+
"tokenizer_class": "SpeechT5Tokenizer",
|
| 46 |
+
"unk_token": "<unk>"
|
| 47 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 500,
|
| 3 |
+
"best_metric": 1.0296354293823242,
|
| 4 |
+
"best_model_checkpoint": "speecht5-najdi-tts/checkpoint-500",
|
| 5 |
+
"epoch": 1.76056338028169,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 500,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.352112676056338,
|
| 14 |
+
"grad_norm": 11.902990341186523,
|
| 15 |
+
"learning_rate": 1.7429577464788734e-07,
|
| 16 |
+
"loss": 1.6708,
|
| 17 |
+
"step": 100
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.704225352112676,
|
| 21 |
+
"grad_norm": 3.0295896530151367,
|
| 22 |
+
"learning_rate": 3.503521126760564e-07,
|
| 23 |
+
"loss": 1.4227,
|
| 24 |
+
"step": 200
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.056338028169014,
|
| 28 |
+
"grad_norm": 2.1400344371795654,
|
| 29 |
+
"learning_rate": 5.264084507042254e-07,
|
| 30 |
+
"loss": 1.2583,
|
| 31 |
+
"step": 300
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 1.408450704225352,
|
| 35 |
+
"grad_norm": 1.520078420639038,
|
| 36 |
+
"learning_rate": 7.024647887323945e-07,
|
| 37 |
+
"loss": 1.1709,
|
| 38 |
+
"step": 400
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 1.76056338028169,
|
| 42 |
+
"grad_norm": 1.5575031042099,
|
| 43 |
+
"learning_rate": 8.785211267605634e-07,
|
| 44 |
+
"loss": 1.0955,
|
| 45 |
+
"step": 500
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 1.76056338028169,
|
| 49 |
+
"eval_loss": 1.0296354293823242,
|
| 50 |
+
"eval_runtime": 22.0269,
|
| 51 |
+
"eval_samples_per_second": 45.717,
|
| 52 |
+
"eval_steps_per_second": 5.72,
|
| 53 |
+
"step": 500
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"logging_steps": 100,
|
| 57 |
+
"max_steps": 28400,
|
| 58 |
+
"num_input_tokens_seen": 0,
|
| 59 |
+
"num_train_epochs": 100,
|
| 60 |
+
"save_steps": 500,
|
| 61 |
+
"stateful_callbacks": {
|
| 62 |
+
"TrainerControl": {
|
| 63 |
+
"args": {
|
| 64 |
+
"should_epoch_stop": false,
|
| 65 |
+
"should_evaluate": false,
|
| 66 |
+
"should_log": false,
|
| 67 |
+
"should_save": true,
|
| 68 |
+
"should_training_stop": false
|
| 69 |
+
},
|
| 70 |
+
"attributes": {}
|
| 71 |
+
}
|
| 72 |
+
},
|
| 73 |
+
"total_flos": 2255035027807584.0,
|
| 74 |
+
"train_batch_size": 32,
|
| 75 |
+
"trial_name": null,
|
| 76 |
+
"trial_params": null
|
| 77 |
+
}
|
last-checkpoint/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec250fe5bcb2cb1ff160914c11dbc7392d0ae29634d169ad908a7058747b75da
|
| 3 |
+
size 5560
|