google/fleurs
Viewer • Updated • 768k • 100k • 448
How to use taohoang/speecht5_finetuned_fleurs_en_us with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="taohoang/speecht5_finetuned_fleurs_en_us") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("taohoang/speecht5_finetuned_fleurs_en_us")
model = AutoModelForTextToSpectrogram.from_pretrained("taohoang/speecht5_finetuned_fleurs_en_us", device_map="auto")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.719 | 0.33 | 9 | 0.5634 |
| 0.5994 | 0.67 | 18 | 0.5290 |
| 0.584 | 1.0 | 27 | 0.4924 |
| 0.5589 | 1.33 | 36 | 0.4828 |
| 0.5747 | 1.67 | 45 | 0.4848 |
| 0.5904 | 2.0 | 54 | 0.4831 |
Base model
microsoft/speecht5_tts