facebook/voxpopuli
Viewer • Updated • 1.26M • 31k • 158
How to use sfedar/speecht5_finetuned_voxpopuli_es with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="sfedar/speecht5_finetuned_voxpopuli_es") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("sfedar/speecht5_finetuned_voxpopuli_es")
model = AutoModelForTextToSpectrogram.from_pretrained("sfedar/speecht5_finetuned_voxpopuli_es", device_map="auto")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.5118 | 2.3419 | 250 | 0.4745 |
| 0.501 | 4.6838 | 500 | 0.4680 |
| 0.4988 | 7.0258 | 750 | 0.4645 |
| 0.4945 | 9.3677 | 1000 | 0.4625 |
Base model
microsoft/speecht5_tts