srija616/GC_marathi_large
Viewer • Updated • 1.57k • 15
How to use pranavdaware/speecht5_tts_marathi_train1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="pranavdaware/speecht5_tts_marathi_train1") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("pranavdaware/speecht5_tts_marathi_train1")
model = AutoModelForTextToSpectrogram.from_pretrained("pranavdaware/speecht5_tts_marathi_train1")This model is a fine-tuned version of microsoft/speecht5_tts on the GC_marathi_large 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 |
|---|---|---|---|
| 2.0728 | 5.2632 | 100 | 0.9236 |
| 1.8554 | 10.5263 | 200 | 0.8116 |
| 1.7615 | 15.7895 | 300 | 0.7807 |
| 1.6881 | 21.0526 | 400 | 0.7641 |
| 1.6793 | 26.3158 | 500 | 0.7604 |
Base model
microsoft/speecht5_tts