google/fleurs
Viewer • Updated • 768k • 64.5k • 406
How to use evertonaleixo/speecht5_finetuned_fleurs_ptbr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="evertonaleixo/speecht5_finetuned_fleurs_ptbr") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("evertonaleixo/speecht5_finetuned_fleurs_ptbr")
model = AutoModelForTextToSpectrogram.from_pretrained("evertonaleixo/speecht5_finetuned_fleurs_ptbr")This model is a fine-tuned version of microsoft/speecht5_tts on the google/fleurs 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.528 | 1.27 | 100 | 0.4693 |
Base model
microsoft/speecht5_tts