facebook/voxpopuli
Viewer • Updated • 1.26M • 22.3k • 156
How to use neopolita/speecht5_finetuned_voxpopuli_es with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="neopolita/speecht5_finetuned_voxpopuli_es") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("neopolita/speecht5_finetuned_voxpopuli_es")
model = AutoModelForTextToSpectrogram.from_pretrained("neopolita/speecht5_finetuned_voxpopuli_es")This model is a fine-tuned version of microsoft/speecht5_tts on the facebook/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.6356 | 0.43 | 100 | 0.5583 |
| 0.566 | 0.86 | 200 | 0.5113 |
| 0.55 | 1.3 | 300 | 0.4967 |
| 0.5462 | 1.73 | 400 | 0.4936 |
Base model
microsoft/speecht5_tts