facebook/voxpopuli
Viewer • Updated • 1.26M • 17.9k • 152
How to use Reyouf/speecht5_tts_Arabic with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="Reyouf/speecht5_tts_Arabic") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Reyouf/speecht5_tts_Arabic")
model = AutoModelForTextToSpectrogram.from_pretrained("Reyouf/speecht5_tts_Arabic")This model is a fine-tuned version of microsoft/speecht5_tts on the Hakawati 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.8799 | 105.26 | 1000 | 0.9030 |
| 0.7797 | 210.53 | 2000 | 0.9112 |
| 0.752 | 315.79 | 3000 | 0.9089 |
| 0.7475 | 421.05 | 4000 | 0.9129 |
Base model
microsoft/speecht5_tts