sapinsapin/pld
Viewer • Updated • 334k • 8
How to use sapinsapin/speecht5_tts-pld-war with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="sapinsapin/speecht5_tts-pld-war") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("sapinsapin/speecht5_tts-pld-war")
model = AutoModelForTextToSpectrogram.from_pretrained("sapinsapin/speecht5_tts-pld-war", device_map="auto")microsoft/speecht5_tts finetuned on
sapinsapin/pld.
Trained for 1000 steps on 1745 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.4094 |
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.
Base model
microsoft/speecht5_tts