End of training
Browse files
README.md
CHANGED
@@ -16,7 +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 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,18 +44,23 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
-
- training_steps:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:------:|:----:|:---------------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
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.2985
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
+
- training_steps: 1000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 0.5079 | 0.4545 | 100 | 0.4190 |
|
55 |
+
| 0.4305 | 0.9091 | 200 | 0.3653 |
|
56 |
+
| 0.3847 | 1.3636 | 300 | 0.3456 |
|
57 |
+
| 0.3575 | 1.8182 | 400 | 0.3453 |
|
58 |
+
| 0.3482 | 2.2727 | 500 | 0.3231 |
|
59 |
+
| 0.3414 | 2.7273 | 600 | 0.3151 |
|
60 |
+
| 0.333 | 3.1818 | 700 | 0.3079 |
|
61 |
+
| 0.3254 | 3.6364 | 800 | 0.3021 |
|
62 |
+
| 0.3203 | 4.0909 | 900 | 0.2989 |
|
63 |
+
| 0.3174 | 4.5455 | 1000 | 0.2985 |
|
64 |
|
65 |
|
66 |
### Framework versions
|