ylacombe/google-chilean-spanish
Viewer • Updated • 4.37k • 148 • 24
How to use ovieyra21/speech-t5-tts-mbm with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="ovieyra21/speech-t5-tts-mbm") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("ovieyra21/speech-t5-tts-mbm")
model = AutoModelForTextToSpectrogram.from_pretrained("ovieyra21/speech-t5-tts-mbm")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