duwuonline
commited on
Commit
•
ab73ed6
1
Parent(s):
878ded4
Training in progress, step 10
Browse files- added_tokens.json +4 -0
- config.json +155 -0
- model.safetensors +3 -0
- preprocessor_config.json +19 -0
- runs/Jan17_08-18-13_a0b61609b1df/events.out.tfevents.1705479494.a0b61609b1df.629.0 +3 -0
- runs/Jan17_08-23-30_a0b61609b1df/events.out.tfevents.1705479821.a0b61609b1df.629.1 +3 -0
- runs/Jan17_08-24-15_a0b61609b1df/events.out.tfevents.1705479858.a0b61609b1df.629.2 +3 -0
- runs/Jan17_08-35-44_a0b61609b1df/events.out.tfevents.1705480545.a0b61609b1df.629.3 +3 -0
- special_tokens_map.json +13 -0
- spm_char.model +3 -0
- tokenizer_config.json +63 -0
- training_args.bin +3 -0
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<ctc_blank>": 80,
|
3 |
+
"<mask>": 79
|
4 |
+
}
|
config.json
ADDED
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/mms-tts-vie",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
+
"apply_spec_augment": true,
|
5 |
+
"architectures": [
|
6 |
+
"SpeechT5ForTextToSpeech"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.1,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"conv_bias": false,
|
11 |
+
"conv_dim": [
|
12 |
+
512,
|
13 |
+
512,
|
14 |
+
512,
|
15 |
+
512,
|
16 |
+
512,
|
17 |
+
512,
|
18 |
+
512
|
19 |
+
],
|
20 |
+
"conv_kernel": [
|
21 |
+
10,
|
22 |
+
3,
|
23 |
+
3,
|
24 |
+
3,
|
25 |
+
3,
|
26 |
+
2,
|
27 |
+
2
|
28 |
+
],
|
29 |
+
"conv_stride": [
|
30 |
+
5,
|
31 |
+
2,
|
32 |
+
2,
|
33 |
+
2,
|
34 |
+
2,
|
35 |
+
2,
|
36 |
+
2
|
37 |
+
],
|
38 |
+
"decoder_attention_heads": 12,
|
39 |
+
"decoder_ffn_dim": 3072,
|
40 |
+
"decoder_layerdrop": 0.1,
|
41 |
+
"decoder_layers": 6,
|
42 |
+
"decoder_start_token_id": 2,
|
43 |
+
"depth_separable_channels": 2,
|
44 |
+
"depth_separable_num_layers": 3,
|
45 |
+
"duration_predictor_dropout": 0.5,
|
46 |
+
"duration_predictor_filter_channels": 256,
|
47 |
+
"duration_predictor_flow_bins": 10,
|
48 |
+
"duration_predictor_kernel_size": 3,
|
49 |
+
"duration_predictor_num_flows": 4,
|
50 |
+
"duration_predictor_tail_bound": 5.0,
|
51 |
+
"encoder_attention_heads": 2,
|
52 |
+
"encoder_ffn_dim": 3072,
|
53 |
+
"encoder_layerdrop": 0.1,
|
54 |
+
"encoder_layers": 6,
|
55 |
+
"encoder_max_relative_position": 160,
|
56 |
+
"eos_token_id": 2,
|
57 |
+
"feat_extract_activation": "gelu",
|
58 |
+
"feat_extract_norm": "group",
|
59 |
+
"feat_proj_dropout": 0.0,
|
60 |
+
"ffn_dim": 768,
|
61 |
+
"ffn_kernel_size": 3,
|
62 |
+
"flow_size": 192,
|
63 |
+
"guided_attention_loss_num_heads": 2,
|
64 |
+
"guided_attention_loss_scale": 10.0,
|
65 |
+
"guided_attention_loss_sigma": 0.4,
|
66 |
+
"hidden_act": "relu",
|
67 |
+
"hidden_dropout": 0.1,
|
68 |
+
"hidden_size": 192,
|
69 |
+
"initializer_range": 0.02,
|
70 |
+
"is_encoder_decoder": true,
|
71 |
+
"layer_norm_eps": 1e-05,
|
72 |
+
"layerdrop": 0.1,
|
73 |
+
"leaky_relu_slope": 0.1,
|
74 |
+
"mask_feature_length": 10,
|
75 |
+
"mask_feature_min_masks": 0,
|
76 |
+
"mask_feature_prob": 0.0,
|
77 |
+
"mask_time_length": 10,
|
78 |
+
"mask_time_min_masks": 2,
|
79 |
+
"mask_time_prob": 0.05,
|
80 |
+
"max_speech_positions": 4000,
|
81 |
+
"max_text_positions": 450,
|
82 |
+
"model_type": "speecht5",
|
83 |
+
"noise_scale": 0.667,
|
84 |
+
"noise_scale_duration": 0.8,
|
85 |
+
"num_conv_pos_embedding_groups": 16,
|
86 |
+
"num_conv_pos_embeddings": 128,
|
87 |
+
"num_feat_extract_layers": 7,
|
88 |
+
"num_mel_bins": 80,
|
89 |
+
"num_speakers": 1,
|
90 |
+
"pad_token_id": 1,
|
91 |
+
"positional_dropout": 0.1,
|
92 |
+
"posterior_encoder_num_wavenet_layers": 16,
|
93 |
+
"prior_encoder_num_flows": 4,
|
94 |
+
"prior_encoder_num_wavenet_layers": 4,
|
95 |
+
"reduction_factor": 2,
|
96 |
+
"resblock_dilation_sizes": [
|
97 |
+
[
|
98 |
+
1,
|
99 |
+
3,
|
100 |
+
5
|
101 |
+
],
|
102 |
+
[
|
103 |
+
1,
|
104 |
+
3,
|
105 |
+
5
|
106 |
+
],
|
107 |
+
[
|
108 |
+
1,
|
109 |
+
3,
|
110 |
+
5
|
111 |
+
]
|
112 |
+
],
|
113 |
+
"resblock_kernel_sizes": [
|
114 |
+
3,
|
115 |
+
7,
|
116 |
+
11
|
117 |
+
],
|
118 |
+
"sampling_rate": 16000,
|
119 |
+
"scale_embedding": false,
|
120 |
+
"speaker_embedding_dim": 512,
|
121 |
+
"speaker_embedding_size": 0,
|
122 |
+
"speaking_rate": 1.0,
|
123 |
+
"spectrogram_bins": 513,
|
124 |
+
"speech_decoder_postnet_dropout": 0.5,
|
125 |
+
"speech_decoder_postnet_kernel": 5,
|
126 |
+
"speech_decoder_postnet_layers": 5,
|
127 |
+
"speech_decoder_postnet_units": 256,
|
128 |
+
"speech_decoder_prenet_dropout": 0.5,
|
129 |
+
"speech_decoder_prenet_layers": 2,
|
130 |
+
"speech_decoder_prenet_units": 256,
|
131 |
+
"torch_dtype": "float32",
|
132 |
+
"transformers_version": "4.35.2",
|
133 |
+
"upsample_initial_channel": 512,
|
134 |
+
"upsample_kernel_sizes": [
|
135 |
+
16,
|
136 |
+
16,
|
137 |
+
4,
|
138 |
+
4
|
139 |
+
],
|
140 |
+
"upsample_rates": [
|
141 |
+
8,
|
142 |
+
8,
|
143 |
+
2,
|
144 |
+
2
|
145 |
+
],
|
146 |
+
"use_bias": true,
|
147 |
+
"use_cache": false,
|
148 |
+
"use_guided_attention_loss": true,
|
149 |
+
"use_stochastic_duration_prediction": true,
|
150 |
+
"vocab_size": 95,
|
151 |
+
"wavenet_dilation_rate": 1,
|
152 |
+
"wavenet_dropout": 0.0,
|
153 |
+
"wavenet_kernel_size": 5,
|
154 |
+
"window_size": 4
|
155 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22d394deb025336a98c02d913c5c9f46d0d8a351e3cef3d053fe8ad5b2c06d29
|
3 |
+
size 73714424
|
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 |
+
}
|
runs/Jan17_08-18-13_a0b61609b1df/events.out.tfevents.1705479494.a0b61609b1df.629.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:829bc090fd35d0cc2a6e3c3261e1ac8de6b1a9073970c936ced4dd0413f0198a
|
3 |
+
size 7246
|
runs/Jan17_08-23-30_a0b61609b1df/events.out.tfevents.1705479821.a0b61609b1df.629.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcbfcca1d461deda3597b5aa377a6944cc191d3f0c67cee5c744a3c1c531770f
|
3 |
+
size 7246
|
runs/Jan17_08-24-15_a0b61609b1df/events.out.tfevents.1705479858.a0b61609b1df.629.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dae841069547d507d5f727d060193b061f95b7abdb1cc6745ef2691f85312c3
|
3 |
+
size 7243
|
runs/Jan17_08-35-44_a0b61609b1df/events.out.tfevents.1705480545.a0b61609b1df.629.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae4ee716fd2bf0bef7bf96ad7b42ea09490f0338154f46b33d8dbe1ec06b4fbb
|
3 |
+
size 7353
|
special_tokens_map.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"mask_token": {
|
5 |
+
"content": "<mask>",
|
6 |
+
"lstrip": true,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"pad_token": "<pad>",
|
12 |
+
"unk_token": "<unk>"
|
13 |
+
}
|
spm_char.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fcc48f3e225f627b1641db410ceb0c8649bd2b0c982e150b03f8be3728ab560
|
3 |
+
size 238473
|
tokenizer_config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<pad>",
|
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 |
+
"3": {
|
28 |
+
"content": "<unk>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"79": {
|
36 |
+
"content": "<mask>",
|
37 |
+
"lstrip": true,
|
38 |
+
"normalized": true,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"80": {
|
44 |
+
"content": "<ctc_blank>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": true,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": false
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"bos_token": "<s>",
|
53 |
+
"clean_up_tokenization_spaces": true,
|
54 |
+
"eos_token": "</s>",
|
55 |
+
"mask_token": "<mask>",
|
56 |
+
"model_max_length": 600,
|
57 |
+
"normalize": false,
|
58 |
+
"pad_token": "<pad>",
|
59 |
+
"processor_class": "SpeechT5Processor",
|
60 |
+
"sp_model_kwargs": {},
|
61 |
+
"tokenizer_class": "SpeechT5Tokenizer",
|
62 |
+
"unk_token": "<unk>"
|
63 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d37d204bab59f02ac528e37c736f97443264a17423f3649029183d83011b5cc2
|
3 |
+
size 4792
|