jalal-elzein
commited on
Commit
·
d23f40e
1
Parent(s):
a86f468
End of training
Browse files- README.md +12 -0
- generation_config.json +9 -0
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -18,6 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
# SpeechT5 TTS Italian
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the VoxPopuli dataset.
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -47,6 +49,16 @@ The following hyperparameters were used during training:
|
|
47 |
- lr_scheduler_warmup_steps: 500
|
48 |
- training_steps: 4000
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.32.0.dev0
|
|
|
18 |
# SpeechT5 TTS Italian
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the VoxPopuli dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5349
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
49 |
- lr_scheduler_warmup_steps: 500
|
50 |
- training_steps: 4000
|
51 |
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|
|
56 |
+
| 0.5293 | 60.61 | 1000 | 0.5201 |
|
57 |
+
| 0.4921 | 121.21 | 2000 | 0.5254 |
|
58 |
+
| 0.4913 | 181.82 | 3000 | 0.5318 |
|
59 |
+
| 0.5048 | 242.42 | 4000 | 0.5349 |
|
60 |
+
|
61 |
+
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.32.0.dev0
|
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.32.0.dev0"
|
9 |
+
}
|
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:b34fc80d1863182cd5a6b0c5d93f3b25065ea1fd6f80801a6d019319e6fd1691
|
3 |
size 577878333
|