facebook/voxpopuli
Viewer β’ Updated β’ 1.26M β’ 19.7k β’ 152
How to use kfahn/speecht5_finetuned_voxpopuli_es with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="kfahn/speecht5_finetuned_voxpopuli_es") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("kfahn/speecht5_finetuned_voxpopuli_es")
model = AutoModelForTextToSpectrogram.from_pretrained("kfahn/speecht5_finetuned_voxpopuli_es")This model is a fine-tuned version of microsoft/speecht5_tts on the Vox Populi Spanish 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.5184 | 1.89 | 1000 | 0.4695 |
| 0.4984 | 3.77 | 2000 | 0.4548 |
| 0.4922 | 5.66 | 3000 | 0.4504 |
| 0.4848 | 7.54 | 4000 | 0.4488 |