End of training
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 common_voice_13_0 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -51,13 +51,13 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch
|
55 |
-
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_13_0 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5929
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|
|
56 |
+
| 0.7735 | 0.3972 | 100 | 0.7075 |
|
57 |
+
| 0.7097 | 0.7944 | 200 | 0.6469 |
|
58 |
+
| 0.6619 | 1.1917 | 300 | 0.6184 |
|
59 |
+
| 0.6383 | 1.5889 | 400 | 0.6056 |
|
60 |
+
| 0.6199 | 1.9861 | 500 | 0.5929 |
|
61 |
|
62 |
|
63 |
### Framework versions
|