nayerim's picture
Model save
2c17839 verified
---
library_name: transformers
license: mit
base_model: microsoft/speecht5_tts
tags:
- generated_from_trainer
model-index:
- name: speecht5-indonesian-tts
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# speecht5-indonesian-tts
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 3.0949
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 4
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 8
- total_train_batch_size: 32
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 500
- training_steps: 5000
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| 5.5336 | 500.0 | 500 | 5.7267 |
| 4.5978 | 1000.0 | 1000 | 4.7817 |
| 4.0737 | 1500.0 | 1500 | 4.2795 |
| 3.7869 | 2000.0 | 2000 | 4.0157 |
| 3.699 | 2500.0 | 2500 | 3.9321 |
| 3.442 | 3000.0 | 3000 | 3.6273 |
| 3.2185 | 3500.0 | 3500 | 3.3859 |
| 3.022 | 4000.0 | 4000 | 3.2249 |
| 2.9657 | 4500.0 | 4500 | 3.1238 |
| 2.9321 | 5000.0 | 5000 | 3.0949 |
### Framework versions
- Transformers 4.55.2
- Pytorch 2.8.0+cu126
- Datasets 4.0.0
- Tokenizers 0.21.4