facebook/multilingual_librispeech
Viewer • Updated • 1.49M • 46k • 179
How to use Sagicc/speecht5_finetuned_multilingual_librispeech_pl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="Sagicc/speecht5_finetuned_multilingual_librispeech_pl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Sagicc/speecht5_finetuned_multilingual_librispeech_pl")
model = AutoModelForTextToSpectrogram.from_pretrained("Sagicc/speecht5_finetuned_multilingual_librispeech_pl")This model is a fine-tuned version of microsoft/speecht5_tts on the multilingual_librispeech/polish 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.4564 | 40.82 | 1000 | 0.4182 |
| 0.4277 | 81.63 | 2000 | 0.4124 |
| 0.4233 | 122.45 | 3000 | 0.4173 |
| 0.4222 | 163.27 | 4000 | 0.4168 |