Model save
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 the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 3.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- training_steps:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
@@ -56,6 +56,11 @@ The following hyperparameters were used during training:
|
|
56 |
| 4.0737 | 1500.0 | 1500 | 4.2795 |
|
57 |
| 3.7869 | 2000.0 | 2000 | 4.0157 |
|
58 |
| 3.699 | 2500.0 | 2500 | 3.9321 |
|
|
|
|
|
|
|
|
|
|
|
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 the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.0949
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
+
- training_steps: 5000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
|
|
56 |
| 4.0737 | 1500.0 | 1500 | 4.2795 |
|
57 |
| 3.7869 | 2000.0 | 2000 | 4.0157 |
|
58 |
| 3.699 | 2500.0 | 2500 | 3.9321 |
|
59 |
+
| 3.442 | 3000.0 | 3000 | 3.6273 |
|
60 |
+
| 3.2185 | 3500.0 | 3500 | 3.3859 |
|
61 |
+
| 3.022 | 4000.0 | 4000 | 3.2249 |
|
62 |
+
| 2.9657 | 4500.0 | 4500 | 3.1238 |
|
63 |
+
| 2.9321 | 5000.0 | 5000 | 3.0949 |
|
64 |
|
65 |
|
66 |
### Framework versions
|