facebook/voxpopuli
Viewer • Updated • 1.26M • 23.2k • 157
How to use menevsem/speecht5_finetuned_voxpopuli_it with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="menevsem/speecht5_finetuned_voxpopuli_it") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("menevsem/speecht5_finetuned_voxpopuli_it")
model = AutoModelForTextToSpectrogram.from_pretrained("menevsem/speecht5_finetuned_voxpopuli_it", device_map="auto")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 |
|---|---|---|---|
| 0.5511 | 6.13 | 1000 | 0.5065 |
| 0.5259 | 12.26 | 2000 | 0.4924 |
| 0.516 | 18.39 | 3000 | 0.4878 |
| 0.5167 | 24.52 | 4000 | 0.4870 |
Base model
microsoft/speecht5_tts