fiifinketia
commited on
Commit
•
a736d44
1
Parent(s):
ce5a558
End of training
Browse files
README.md
CHANGED
@@ -16,12 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
- eval_runtime: 153.6966
|
21 |
-
- eval_samples_per_second: 7.847
|
22 |
-
- eval_steps_per_second: 3.923
|
23 |
-
- epoch: 10.3225
|
24 |
-
- step: 3500
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,6 +47,22 @@ The following hyperparameters were used during training:
|
|
52 |
- training_steps: 5000
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.46.2
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3654
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
- training_steps: 5000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
54 |
+
| 0.4378 | 1.4744 | 500 | 0.4069 |
|
55 |
+
| 0.4306 | 2.9488 | 1000 | 0.3975 |
|
56 |
+
| 0.4141 | 4.4231 | 1500 | 0.3862 |
|
57 |
+
| 0.4082 | 5.8975 | 2000 | 0.3851 |
|
58 |
+
| 0.4029 | 7.3738 | 2500 | 0.3819 |
|
59 |
+
| 0.4021 | 8.8481 | 3000 | 0.3795 |
|
60 |
+
| 0.4016 | 11.4744 | 3500 | 0.3763 |
|
61 |
+
| 0.3918 | 13.1131 | 4000 | 0.3745 |
|
62 |
+
| 0.3889 | 13.2735 | 4500 | 0.3682 |
|
63 |
+
| 0.3886 | 14.7479 | 5000 | 0.3654 |
|
64 |
+
|
65 |
+
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.46.2
|