facebook/voxpopuli
Viewer • Updated • 1.26M • 29.6k • 158
How to use tomragus/speecht5_finetuned_voxpopuli_nl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="tomragus/speecht5_finetuned_voxpopuli_nl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("tomragus/speecht5_finetuned_voxpopuli_nl")
model = AutoModelForTextToSpectrogram.from_pretrained("tomragus/speecht5_finetuned_voxpopuli_nl", device_map="auto")This model is a fine-tuned version of microsoft/speecht5_tts on the VoxPopuli (nl subset) 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 |
|---|---|---|---|
| 1.1558 | 8.0 | 200 | 0.5356 |
| 1.0637 | 16.0 | 400 | 0.5131 |
| 1.0535 | 24.0 | 600 | 0.5042 |
| 1.0114 | 32.0 | 800 | 0.5042 |
| 1.0154 | 40.0 | 1000 | 0.5033 |
Base model
microsoft/speecht5_tts