End of training
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the TTS_English_Technical_data dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -49,29 +49,23 @@ The following hyperparameters were used during training:
|
|
49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_steps: 100
|
52 |
-
-
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
|:-------------:|:------:|:----:|:---------------:|
|
59 |
-
|
|
60 |
-
| 4.
|
61 |
-
| 4.
|
62 |
-
| 4.
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
| 3.
|
69 |
-
| 3.9057 | 1.9704 | 550 | 0.4555 |
|
70 |
-
| 3.8765 | 2.1496 | 600 | 0.4567 |
|
71 |
-
| 3.9148 | 2.3287 | 650 | 0.4541 |
|
72 |
-
| 3.8446 | 2.5078 | 700 | 0.4503 |
|
73 |
-
| 3.8321 | 2.6870 | 750 | 0.4511 |
|
74 |
-
| 3.8683 | 2.8661 | 800 | 0.4479 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the TTS_English_Technical_data dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.4473
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_steps: 100
|
52 |
+
- training_steps: 1000
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
|:-------------:|:------:|:----:|:---------------:|
|
59 |
+
| 4.6694 | 0.3583 | 100 | 0.5087 |
|
60 |
+
| 4.3795 | 0.7165 | 200 | 0.4933 |
|
61 |
+
| 4.1725 | 1.0748 | 300 | 0.4727 |
|
62 |
+
| 4.061 | 1.4330 | 400 | 0.4695 |
|
63 |
+
| 3.9896 | 1.7913 | 500 | 0.4633 |
|
64 |
+
| 3.941 | 2.1496 | 600 | 0.4580 |
|
65 |
+
| 3.8944 | 2.5078 | 700 | 0.4538 |
|
66 |
+
| 3.8968 | 2.8661 | 800 | 0.4522 |
|
67 |
+
| 3.79 | 3.2244 | 900 | 0.4499 |
|
68 |
+
| 3.8059 | 3.5826 | 1000 | 0.4473 |
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|