facebook/voxpopuli
Viewer • Updated • 1.26M • 19.7k • 152
How to use prahalath27/speecht5_finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="prahalath27/speecht5_finetuned") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("prahalath27/speecht5_finetuned")
model = AutoModelForTextToSpectrogram.from_pretrained("prahalath27/speecht5_finetuned")This model is a fine-tuned version of microsoft/speecht5_tts on the voxpopuli dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.4707 | 153.85 | 1000 | 0.4256 |
| 0.4391 | 307.69 | 2000 | 0.4004 |
| 0.4363 | 461.54 | 3000 | 0.3895 |
| 0.4308 | 615.38 | 4000 | 0.3860 |
Base model
microsoft/speecht5_tts