facebook/voxpopuli
Viewer • Updated • 1.26M • 19.7k • 152
How to use sumet/speecht5_finetuned_voxpopuli_es with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="sumet/speecht5_finetuned_voxpopuli_es") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("sumet/speecht5_finetuned_voxpopuli_es")
model = AutoModelForTextToSpectrogram.from_pretrained("sumet/speecht5_finetuned_voxpopuli_es")This model is a fine-tuned version of microsoft/speecht5_tts on the Vox Populi ES 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