facebook/voxpopuli
Viewer • Updated • 1.26M • 23.5k • 157
How to use innovation64/speecht5_finetuned_voxpopuli_sl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="innovation64/speecht5_finetuned_voxpopuli_sl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("innovation64/speecht5_finetuned_voxpopuli_sl")
model = AutoModelForTextToSpectrogram.from_pretrained("innovation64/speecht5_finetuned_voxpopuli_sl", device_map="auto")This model is a fine-tuned version of SpeechT5ForTextToSpeech on the VoxPopuli Slovene 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.463 | 63.49 | 1000 | 0.5187 |
| 0.4513 | 126.98 | 2000 | 0.5173 |