facebook/voxpopuli
Viewer • Updated • 1.26M • 19k • 152
How to use mitro99/speecht5_finetuned_voxpopuli_ro with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="mitro99/speecht5_finetuned_voxpopuli_ro") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("mitro99/speecht5_finetuned_voxpopuli_ro")
model = AutoModelForTextToSpectrogram.from_pretrained("mitro99/speecht5_finetuned_voxpopuli_ro")This model is a fine-tuned version of microsoft/speecht5_tts on the facebook/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.5148 | 1.44 | 500 | 0.4698 |
| 0.4901 | 2.88 | 1000 | 0.4508 |
| 0.4845 | 4.32 | 1500 | 0.4444 |
| 0.4813 | 5.77 | 2000 | 0.4430 |
Base model
microsoft/speecht5_tts