keithito/lj_speech
Updated • 1.16k • 62
How to use tawheed-tariq/speecht5_tts with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="tawheed-tariq/speecht5_tts") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("tawheed-tariq/speecht5_tts")
model = AutoModelForTextToSpectrogram.from_pretrained("tawheed-tariq/speecht5_tts")This model is a fine-tuned version of microsoft/speecht5_tts on the technical_tts 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 |
|---|---|---|---|
| 1.7065 | 666.6667 | 1000 | nan |
| 1.4393 | 1333.3333 | 2000 | nan |
| 1.2369 | 2000.0 | 3000 | nan |
| 1.1759 | 2666.6667 | 4000 | nan |
Base model
microsoft/speecht5_tts