facebook/voxpopuli
Viewer • Updated • 1.26M • 19.6k • 152
How to use tonynhan/speecht5_tts_voxpopuli_nl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="tonynhan/speecht5_tts_voxpopuli_nl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("tonynhan/speecht5_tts_voxpopuli_nl")
model = AutoModelForTextToSpectrogram.from_pretrained("tonynhan/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.5212 | 4.2925 | 1000 | 0.4783 |
| 0.5049 | 8.5849 | 2000 | 0.4639 |
| 0.4942 | 12.8774 | 3000 | 0.4573 |
| 0.4914 | 17.1677 | 4000 | 0.4561 |
Base model
microsoft/speecht5_tts