Model save
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the tts dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:------:|:----:|:---------------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the tts dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3536
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:------:|:----:|:---------------:|
|
56 |
+
| 0.5334 | 1.8149 | 1000 | 0.4285 |
|
57 |
+
| 0.4373 | 3.6298 | 2000 | 0.3785 |
|
58 |
+
| 0.4276 | 5.4446 | 3000 | 0.3582 |
|
59 |
+
| 0.3996 | 7.2595 | 4000 | 0.3536 |
|
60 |
|
61 |
|
62 |
### Framework versions
|