google/WaxalNLP
Viewer • Updated • 2.56M • 41.1k • 230
How to use olawale-ahmed/pidgin_speecht5_tts_google_waxal with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="olawale-ahmed/pidgin_speecht5_tts_google_waxal") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("olawale-ahmed/pidgin_speecht5_tts_google_waxal")
model = AutoModelForTextToSpectrogram.from_pretrained("olawale-ahmed/pidgin_speecht5_tts_google_waxal")This model is a fine-tuned version of microsoft/speecht5_tts on the google/WaxalNLP 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.9760 | 13.8889 | 1000 | 0.4434 |
| 0.9209 | 27.7778 | 2000 | 0.4302 |
| 0.9257 | 41.6667 | 3000 | 0.4261 |
Base model
microsoft/speecht5_tts