madhabpaul/assamese_tts_dataset
Viewer • Updated • 2k • 30
How to use madhabpaul/tts-speecht5-asm with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="madhabpaul/tts-speecht5-asm") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("madhabpaul/tts-speecht5-asm")
model = AutoModelForTextToSpectrogram.from_pretrained("madhabpaul/tts-speecht5-asm", device_map="auto")This model is a fine-tuned version of microsoft/speecht5_tts on the Assamese TTS Dataset 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.5553 | 16.0 | 200 | 0.4852 |
| 0.5026 | 32.0 | 400 | 0.4547 |
| 0.4595 | 48.0 | 600 | 0.4444 |
| 0.464 | 64.0 | 800 | 0.4472 |
| 0.4612 | 80.0 | 1000 | 0.4490 |
Base model
microsoft/speecht5_tts