facebook/voxpopuli
Viewer • Updated • 1.26M • 19.3k • 150
How to use sgonzalezsilot/speecht5_tts_voxpopuli_nl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="sgonzalezsilot/speecht5_tts_voxpopuli_nl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("sgonzalezsilot/speecht5_tts_voxpopuli_nl")
model = AutoModelForTextToSpectrogram.from_pretrained("sgonzalezsilot/speecht5_tts_voxpopuli_nl")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.6958 | 0.2151 | 50 | 0.6349 |
| 0.6574 | 0.4301 | 100 | 0.5799 |
Base model
microsoft/speecht5_tts