mozilla-foundation/common_voice_13_0
Updated • 2.5k • 4
How to use Aleexc12/speecht5_tts_common_voice_es with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="Aleexc12/speecht5_tts_common_voice_es") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Aleexc12/speecht5_tts_common_voice_es")
model = AutoModelForTextToSpectrogram.from_pretrained("Aleexc12/speecht5_tts_common_voice_es")This model is a fine-tuned version of microsoft/speecht5_tts on the Common Voice 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.5511 | 1.0941 | 1000 | 0.4901 |
| 0.515 | 2.1883 | 2000 | 0.4760 |
| 0.5032 | 3.2824 | 3000 | 0.4707 |
| 0.5076 | 4.3766 | 4000 | 0.4665 |
Base model
microsoft/speecht5_tts