facebook/voxpopuli
Viewer • Updated • 1.26M • 19k • 152
How to use AddisuSeteye/speecht5_tts_amharic2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="AddisuSeteye/speecht5_tts_amharic2") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("AddisuSeteye/speecht5_tts_amharic2")
model = AutoModelForTextToSpectrogram.from_pretrained("AddisuSeteye/speecht5_tts_amharic2")This model is a fine-tuned version of microsoft/speecht5_tts on the alfaa 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:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.4304 | 3.32 | 1000 | 0.3855 |
Base model
microsoft/speecht5_tts