Commit
·
11a35ec
1
Parent(s):
e776046
Training in progress, step 100
Browse files- config.json +2 -2
- model.safetensors +3 -0
- preprocessor_config.json +1 -1
- runs/Dec22_18-05-16_275ee2e43671/events.out.tfevents.1703268472.275ee2e43671.1112.0 +3 -0
- runs/Dec22_18-12-56_275ee2e43671/events.out.tfevents.1703268821.275ee2e43671.1112.1 +3 -0
- tokenizer_config.json +52 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
@@ -85,7 +85,7 @@
|
|
85 |
"speech_decoder_prenet_layers": 2,
|
86 |
"speech_decoder_prenet_units": 256,
|
87 |
"torch_dtype": "float32",
|
88 |
-
"transformers_version": "4.
|
89 |
"use_cache": false,
|
90 |
"use_guided_attention_loss": true,
|
91 |
"vocab_size": 81
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/speecht5_tts",
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
|
|
85 |
"speech_decoder_prenet_layers": 2,
|
86 |
"speech_decoder_prenet_units": 256,
|
87 |
"torch_dtype": "float32",
|
88 |
+
"transformers_version": "4.35.2",
|
89 |
"use_cache": false,
|
90 |
"use_guided_attention_loss": true,
|
91 |
"vocab_size": 81
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed29532681c232c9ea521f5faa6fcdf2ee12067db419a6b35edfb75ee0e2e46b
|
3 |
+
size 577789320
|
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"do_normalize": false,
|
3 |
"feature_extractor_type": "SpeechT5FeatureExtractor",
|
4 |
-
"feature_size":
|
5 |
"fmax": 7600,
|
6 |
"fmin": 80,
|
7 |
"frame_signal_scale": 1.0,
|
|
|
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,
|
runs/Dec22_18-05-16_275ee2e43671/events.out.tfevents.1703268472.275ee2e43671.1112.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fc6ed688e2a2fadac327113ea9029a3b534c4d5d8f38ad6a1d25b3a3abca0e1
|
3 |
+
size 6401
|
runs/Dec22_18-12-56_275ee2e43671/events.out.tfevents.1703268821.275ee2e43671.1112.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b38ad9f9cac6ebb670d2e8a22005f3735b0267063dc3a78f92f49094bc060972
|
3 |
+
size 6974
|
tokenizer_config.json
CHANGED
@@ -1,8 +1,60 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"bos_token": "<s>",
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
"eos_token": "</s>",
|
|
|
5 |
"model_max_length": 600,
|
|
|
6 |
"pad_token": "<pad>",
|
7 |
"processor_class": "SpeechT5Processor",
|
8 |
"sp_model_kwargs": {},
|
|
|
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": {},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87541e1e3cb4449cd5125a4c7a311a39248f349588692e454ea0cc075bc371d7
|
3 |
+
size 4728
|