halabi2016/arabic_speech_corpus
Updated • 578 • 38
How to use Mohsen21/CorpusModel with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="Mohsen21/CorpusModel") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Mohsen21/CorpusModel")
model = AutoModelForTextToSpectrogram.from_pretrained("Mohsen21/CorpusModel")This model is a fine-tuned version of microsoft/speecht5_tts on the arabic_speech_corpus 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.488 | 1.9900 | 100 | 0.4340 |
| 0.4372 | 3.9801 | 200 | 0.3982 |
| 0.4248 | 5.9701 | 300 | 0.3886 |
| 0.4087 | 7.9602 | 400 | 0.3755 |
| 0.4004 | 9.9502 | 500 | 0.3719 |
Base model
microsoft/speecht5_tts