facebook/voxpopuli
Viewer • Updated • 1.26M • 19k • 152
How to use kfahn/speecht5_finetuned_voxpopuli_cs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="kfahn/speecht5_finetuned_voxpopuli_cs") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("kfahn/speecht5_finetuned_voxpopuli_cs")
model = AutoModelForTextToSpectrogram.from_pretrained("kfahn/speecht5_finetuned_voxpopuli_cs")This model is a fine-tuned version of microsoft/speecht5_tts on the Vox Populi Czech 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.4847 | 6.57 | 1000 | 0.4456 |
| 0.46 | 13.14 | 2000 | 0.4345 |
| 0.4581 | 19.7 | 3000 | 0.4306 |
| 0.4597 | 26.27 | 4000 | 0.4287 |
Base model
microsoft/speecht5_tts