facebook/voxpopuli
Viewer • Updated • 1.26M • 19.7k • 152
How to use alessio21/speecht5_tts_voxpopuli_it with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="alessio21/speecht5_tts_voxpopuli_it") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("alessio21/speecht5_tts_voxpopuli_it")
model = AutoModelForTextToSpectrogram.from_pretrained("alessio21/speecht5_tts_voxpopuli_it")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 |
|---|---|---|---|
| No log | 1.0 | 163 | 0.6631 |
| No log | 2.0 | 327 | 0.5568 |
| No log | 2.99 | 489 | 0.5328 |
Base model
microsoft/speecht5_tts