Text-to-Speech
Transformers
Safetensors
Pampanga
speecht5
text-to-audio
philippines
philippine-languages
Instructions to use sapinsapin/speecht5_tts-pld-pam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapinsapin/speecht5_tts-pld-pam with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="sapinsapin/speecht5_tts-pld-pam")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("sapinsapin/speecht5_tts-pld-pam") model = AutoModelForTextToSpectrogram.from_pretrained("sapinsapin/speecht5_tts-pld-pam", device_map="auto") - Notebooks
- Google Colab
- Kaggle
speecht5_tts-pld-pam
microsoft/speecht5_tts finetuned on
sapinsapin/pld.
Trained for 1000 steps on 1779 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.4330 |
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-pam
Base model
microsoft/speecht5_tts