End of training
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# SpeechT5_TTS_MInDS_14
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the MInDS_14 dataset.
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,11 +48,14 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
-
- training_steps:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
19 |
# SpeechT5_TTS_MInDS_14
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the MInDS_14 dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.6075
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 500
|
51 |
+
- training_steps: 1000
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
+
| 0.6584 | 64.52 | 1000 | 0.6075 |
|
59 |
|
60 |
|
61 |
### Framework versions
|