ylacombe/google-chilean-spanish
Viewer • Updated • 4.37k • 438 • 24
How to use ovieyra21/speecht5_tts_mabama_nl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="ovieyra21/speecht5_tts_mabama_nl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("ovieyra21/speecht5_tts_mabama_nl")
model = AutoModelForTextToSpectrogram.from_pretrained("ovieyra21/speecht5_tts_mabama_nl", device_map="auto")This model is a fine-tuned version of microsoft/speecht5_tts on the google-chilean-spanish 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.4516 | 25.53 | 1200 | 0.3995 |
Base model
microsoft/speecht5_tts