facebook/voxpopuli
Viewer • Updated • 1.26M • 18.7k • 153
How to use Maldopast/speecht5_finetuned_voxpopuli_nl_500_steps with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="Maldopast/speecht5_finetuned_voxpopuli_nl_500_steps") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Maldopast/speecht5_finetuned_voxpopuli_nl_500_steps")
model = AutoModelForTextToSpectrogram.from_pretrained("Maldopast/speecht5_finetuned_voxpopuli_nl_500_steps")This model is a fine-tuned version of microsoft/speecht5_tts on the facebook/voxpopuli dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
microsoft/speecht5_tts