JulienChoukroun
commited on
End of training
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -44,24 +44,18 @@ The following hyperparameters were used during training:
|
|
44 |
- total_train_batch_size: 32
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- lr_scheduler_warmup_steps:
|
48 |
-
- training_steps:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.7324 | 0.2152 | 50 | 0.6331 |
|
60 |
-
| 0.7324 | 0.2582 | 60 | 0.6189 |
|
61 |
-
| 0.7324 | 0.3012 | 70 | 0.6095 |
|
62 |
-
| 0.6788 | 0.3443 | 80 | 0.6067 |
|
63 |
-
| 0.6788 | 0.3873 | 90 | 0.6032 |
|
64 |
-
| 0.679 | 0.4303 | 100 | 0.6011 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4581
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
44 |
- total_train_batch_size: 32
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 500
|
48 |
+
- training_steps: 4000
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
55 |
+
| 0.5201 | 4.3034 | 1000 | 0.4770 |
|
56 |
+
| 0.4962 | 8.6068 | 2000 | 0.4638 |
|
57 |
+
| 0.4926 | 12.9102 | 3000 | 0.4597 |
|
58 |
+
| 0.4916 | 17.2136 | 4000 | 0.4581 |
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|