Text-to-Speech
Transformers
Safetensors
Filipino
speecht5
text-to-audio
philippines
philippine-languages
Instructions to use sapinsapin/speecht5_tts-pld-fil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapinsapin/speecht5_tts-pld-fil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="sapinsapin/speecht5_tts-pld-fil")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("sapinsapin/speecht5_tts-pld-fil") model = AutoModelForTextToSpectrogram.from_pretrained("sapinsapin/speecht5_tts-pld-fil", device_map="auto") - Notebooks
- Google Colab
- Kaggle
speecht5_tts-pld-fil
microsoft/speecht5_tts finetuned on
sapinsapin/pld.
Trained for 1000 steps on 1913 clips (batch 4×8, lr 1e-05, fp32 + gradient checkpointing). Synthesized listen-test samples are in samples/ (speechbrain x-vector speaker conditioning + microsoft/speecht5_hifigan vocoder).
| metric | value |
|---|---|
| eval_loss | 0.4433 |
Trained with finetune_tts.py from the
halohalo pipeline; the dataset
adapter normalizes each corpus to (audio@16k, text, speaker_id) so corpora
are swappable with a --dataset flag.
- Downloads last month
- -
Model tree for sapinsapin/speecht5_tts-pld-fil
Base model
microsoft/speecht5_tts