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