mikhail-panzo
commited on
End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -43,30 +43,29 @@ The following hyperparameters were used during training:
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 2000
|
46 |
-
- training_steps:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.4004 | 7.1189 | 8500 | 0.3630 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.3771
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 2000
|
46 |
+
- training_steps: 8000
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 0.7074 | 0.4188 | 500 | 0.6029 |
|
54 |
+
| 0.5916 | 0.8375 | 1000 | 0.4968 |
|
55 |
+
| 0.5206 | 1.2563 | 1500 | 0.4592 |
|
56 |
+
| 0.4979 | 1.6750 | 2000 | 0.4388 |
|
57 |
+
| 0.4852 | 2.0938 | 2500 | 0.4211 |
|
58 |
+
| 0.4615 | 2.5126 | 3000 | 0.4088 |
|
59 |
+
| 0.4521 | 2.9313 | 3500 | 0.4002 |
|
60 |
+
| 0.4431 | 3.3501 | 4000 | 0.3948 |
|
61 |
+
| 0.4393 | 3.7688 | 4500 | 0.3914 |
|
62 |
+
| 0.4271 | 4.1876 | 5000 | 0.3861 |
|
63 |
+
| 0.4317 | 4.6064 | 5500 | 0.3836 |
|
64 |
+
| 0.4265 | 5.0251 | 6000 | 0.3809 |
|
65 |
+
| 0.424 | 5.4439 | 6500 | 0.3794 |
|
66 |
+
| 0.4123 | 5.8626 | 7000 | 0.3786 |
|
67 |
+
| 0.4117 | 6.2814 | 7500 | 0.3776 |
|
68 |
+
| 0.4155 | 6.7002 | 8000 | 0.3771 |
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|