facebook/voxpopuli
Viewer • Updated • 1.26M • 66.9k • 165
How to use hugse/speecht5_tts_voxpopuli_hr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="hugse/speecht5_tts_voxpopuli_hr") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("hugse/speecht5_tts_voxpopuli_hr")
model = AutoModelForTextToSpectrogram.from_pretrained("hugse/speecht5_tts_voxpopuli_hr", 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.4845 | 32.2581 | 1000 | 0.4559 |
| 0.4608 | 64.5161 | 2000 | 0.4489 |
| 0.4499 | 96.7742 | 3000 | 0.4497 |
| 0.4433 | 129.0323 | 4000 | 0.4518 |
Base model
microsoft/speecht5_tts