keithito/lj_speech
Updated • 1.31k • 62
How to use Avitas8485/speecht5_tts_commonvoice_en_03 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="Avitas8485/speecht5_tts_commonvoice_en_03") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Avitas8485/speecht5_tts_commonvoice_en_03")
model = AutoModelForTextToSpectrogram.from_pretrained("Avitas8485/speecht5_tts_commonvoice_en_03")This model is a fine-tuned version of Avitas8485/speecht5_tts_commonvoice_en 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.4218 | 1.36 | 1000 | 0.3906 |
| 0.4193 | 2.71 | 2000 | 0.3842 |