facebook/voxpopuli
Viewer • Updated • 1.26M • 23.5k • 157
How to use derek-thomas/speecht5_finetuned_voxpopuli_hr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="derek-thomas/speecht5_finetuned_voxpopuli_hr") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("derek-thomas/speecht5_finetuned_voxpopuli_hr")
model = AutoModelForTextToSpectrogram.from_pretrained("derek-thomas/speecht5_finetuned_voxpopuli_hr", device_map="auto")This model is a fine-tuned version of microsoft/speecht5_tts on the voxpopuli/it 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.4773 | 32.52 | 1000 | 0.4502 |
| 0.4545 | 65.04 | 2000 | 0.4462 |
| 0.4488 | 97.56 | 3000 | 0.4502 |
| 0.4517 | 130.08 | 4000 | 0.4497 |
Base model
microsoft/speecht5_tts