Training in progress, step 1000
Browse files- config.json +3 -3
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"_name_or_path": "microsoft/speecht5_tts",
|
3 |
-
"activation_dropout": 0.
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
"SpeechT5ForTextToSpeech"
|
7 |
],
|
8 |
-
"attention_dropout": 0.
|
9 |
"bos_token_id": 0,
|
10 |
"conv_bias": false,
|
11 |
"conv_dim": [
|
@@ -53,7 +53,7 @@
|
|
53 |
"guided_attention_loss_scale": 10.0,
|
54 |
"guided_attention_loss_sigma": 0.4,
|
55 |
"hidden_act": "gelu",
|
56 |
-
"hidden_dropout": 0.
|
57 |
"hidden_size": 768,
|
58 |
"initializer_range": 0.02,
|
59 |
"is_encoder_decoder": true,
|
|
|
1 |
{
|
2 |
"_name_or_path": "microsoft/speecht5_tts",
|
3 |
+
"activation_dropout": 0.5,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
6 |
"SpeechT5ForTextToSpeech"
|
7 |
],
|
8 |
+
"attention_dropout": 0.5,
|
9 |
"bos_token_id": 0,
|
10 |
"conv_bias": false,
|
11 |
"conv_dim": [
|
|
|
53 |
"guided_attention_loss_scale": 10.0,
|
54 |
"guided_attention_loss_sigma": 0.4,
|
55 |
"hidden_act": "gelu",
|
56 |
+
"hidden_dropout": 0.5,
|
57 |
"hidden_size": 768,
|
58 |
"initializer_range": 0.02,
|
59 |
"is_encoder_decoder": true,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 577878333
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:779521fb3f2b8f0a364e8236298ca9a97daa57cd96a22d49347265a240b0303e
|
3 |
size 577878333
|
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:5025b08eb0050d32e04a9245d3c9575b145fdd0e7e56c54a01a7e9756889c20a
|
3 |
+
size 4219
|