facebook/voxpopuli
Viewer • Updated • 1.26M • 19k • 152
How to use JFuellem/speecht5_finetuned_voxpopuli_de with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="JFuellem/speecht5_finetuned_voxpopuli_de") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("JFuellem/speecht5_finetuned_voxpopuli_de")
model = AutoModelForTextToSpectrogram.from_pretrained("JFuellem/speecht5_finetuned_voxpopuli_de")This model is a fine-tuned version of microsoft/speecht5_tts on the Facebook VoxPopuli DE 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.5294 | 2.55 | 1000 | 0.4873 |
| 0.5078 | 5.09 | 2000 | 0.4737 |
| 0.5061 | 7.64 | 3000 | 0.4685 |
| 0.5085 | 10.19 | 4000 | 0.4670 |
Base model
microsoft/speecht5_tts