Instructions to use mariammohamed00/speecht5_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mariammohamed00/speecht5_finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="mariammohamed00/speecht5_finetuned")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("mariammohamed00/speecht5_finetuned") model = AutoModelForTextToSpectrogram.from_pretrained("mariammohamed00/speecht5_finetuned") - Notebooks
- Google Colab
- Kaggle
speecht5_finetuned
This model is a fine-tuned version of MBZUAI/speecht5_tts_clartts_ar on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.4921
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: 0.0001
- train_batch_size: 4
- eval_batch_size: 2
- 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: 100
- training_steps: 500
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.3030 | 100.0 | 100 | 0.5162 |
| 1.1406 | 200.0 | 200 | 0.4982 |
| 1.0533 | 300.0 | 300 | 0.4873 |
| 0.9883 | 400.0 | 400 | 0.4983 |
| 0.9457 | 500.0 | 500 | 0.4921 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 3
Model tree for mariammohamed00/speecht5_finetuned
Base model
MBZUAI/speecht5_tts_clartts_ar