mozilla-foundation/common_voice_13_0
Updated • 2.45k • 4
How to use FredDYyy/speecht5_finetuned_vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="FredDYyy/speecht5_finetuned_vi") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("FredDYyy/speecht5_finetuned_vi")
model = AutoModelForTextToSpectrogram.from_pretrained("FredDYyy/speecht5_finetuned_vi")This model is a fine-tuned version of microsoft/speecht5_tts on the Common Voice 13 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.5534 | 10.06 | 1000 | 0.5056 |
| 0.528 | 20.13 | 2000 | 0.4843 |
| 0.5119 | 30.19 | 3000 | 0.4811 |
| 0.4994 | 40.25 | 4000 | 0.4772 |
Base model
microsoft/speecht5_tts