Moustapha91
commited on
Commit
•
2c30a00
1
Parent(s):
41ea15a
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,16 @@ 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: 5000
|
47 |
-
- training_steps:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch
|
53 |
-
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.831 | 1.4222 | 400 | 0.6840 |
|
58 |
-
| 0.7502 | 1.7778 | 500 | 0.6463 |
|
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.3877
|
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: 5000
|
47 |
+
- training_steps: 9000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
54 |
+
| 0.4585 | 7.1111 | 3000 | 0.4186 |
|
55 |
+
| 0.4252 | 14.2222 | 6000 | 0.3937 |
|
56 |
+
| 0.4198 | 21.3333 | 9000 | 0.3877 |
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|