keithito/lj_speech
Updated • 1.46k • 62
How to use InZaneManInAZuite/SpeechT5_TTS_LJSpeech_Test with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="InZaneManInAZuite/SpeechT5_TTS_LJSpeech_Test") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("InZaneManInAZuite/SpeechT5_TTS_LJSpeech_Test")
model = AutoModelForTextToSpectrogram.from_pretrained("InZaneManInAZuite/SpeechT5_TTS_LJSpeech_Test")This model is a fine-tuned version of microsoft/speecht5_tts on the LJSpeech 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.8718 | 2.7110 | 1000 | 0.3896 |
| 0.8247 | 5.4206 | 2000 | 0.3795 |
| 0.8214 | 8.1303 | 3000 | 0.3761 |
| 0.8261 | 10.8412 | 4000 | 0.3753 |
Base model
microsoft/speecht5_tts