google/fleurs
Viewer • Updated • 768k • 57.2k • 403
How to use omahfoud/speecht5_tts_fleurs_lb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="omahfoud/speecht5_tts_fleurs_lb") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("omahfoud/speecht5_tts_fleurs_lb")
model = AutoModelForTextToSpectrogram.from_pretrained("omahfoud/speecht5_tts_fleurs_lb")This model is a fine-tuned version of microsoft/speecht5_tts on the fleurs 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