mozilla-foundation/common_voice_13_0
Updated • 2.09k • 4
How to use dvinagre/speecht5-finetuned-common-voice-13-0-euskera with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="dvinagre/speecht5-finetuned-common-voice-13-0-euskera") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("dvinagre/speecht5-finetuned-common-voice-13-0-euskera")
model = AutoModelForTextToSpectrogram.from_pretrained("dvinagre/speecht5-finetuned-common-voice-13-0-euskera")This model is a fine-tuned version of microsoft/speecht5_tts on the Common Voice 13 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.5624 | 3.26 | 1000 | 0.5073 |
| 0.5223 | 6.51 | 2000 | 0.4824 |
| 0.5197 | 9.77 | 3000 | 0.4768 |
| 0.5071 | 13.02 | 4000 | 0.4667 |
Base model
microsoft/speecht5_tts