facebook/multilingual_librispeech
Viewer • Updated • 1.49M • 16.4k • 187
How to use grs32/speecht5_finetuned_multilingual_librispeech_spanish with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="grs32/speecht5_finetuned_multilingual_librispeech_spanish") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("grs32/speecht5_finetuned_multilingual_librispeech_spanish")
model = AutoModelForTextToSpectrogram.from_pretrained("grs32/speecht5_finetuned_multilingual_librispeech_spanish", device_map="auto")This model is a fine-tuned version of microsoft/speecht5_tts on the facebook/multilingual_librispeech 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:
Base model
microsoft/speecht5_tts