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 |
|
|
@@ -43,24 +43,24 @@ The following hyperparameters were used during training:
|
|
| 43 |
- total_train_batch_size: 32
|
| 44 |
- optimizer: Use OptimizerNames.ADAMW_TORCH 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:
|
| 47 |
-
- training_steps:
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
-
| Training Loss | Epoch
|
| 53 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
- Transformers 4.51.1
|
| 64 |
-
- Pytorch 2.
|
| 65 |
- Datasets 3.5.0
|
| 66 |
-
- Tokenizers 0.21.
|
|
|
|
| 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.4591
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 43 |
- total_train_batch_size: 32
|
| 44 |
- optimizer: Use OptimizerNames.ADAMW_TORCH 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: 100
|
| 47 |
+
- training_steps: 500
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 53 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
| 54 |
+
| 0.5365 | 7.1509 | 100 | 0.5532 |
|
| 55 |
+
| 0.4913 | 14.3019 | 200 | 0.5052 |
|
| 56 |
+
| 0.4663 | 21.4528 | 300 | 0.4667 |
|
| 57 |
+
| 0.4551 | 28.6038 | 400 | 0.4611 |
|
| 58 |
+
| 0.4502 | 35.7547 | 500 | 0.4591 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
- Transformers 4.51.1
|
| 64 |
+
- Pytorch 2.6.0+cu124
|
| 65 |
- Datasets 3.5.0
|
| 66 |
+
- Tokenizers 0.21.1
|