ovieyra21/mabama-v1
Updated โข 3
How to use ovieyra21/mabama-tt5 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="ovieyra21/mabama-tt5") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("ovieyra21/mabama-tt5")
model = AutoModelForTextToSpectrogram.from_pretrained("ovieyra21/mabama-tt5")This model is a fine-tuned version of microsoft/speecht5_tts on the ovieyra21/mabama-v1 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
microsoft/speecht5_tts