mozilla-foundation/common_voice_13_0
Updated • 2.43k • 3
How to use KoRiF/speecht5_finetuned_common_voice_be with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="KoRiF/speecht5_finetuned_common_voice_be") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("KoRiF/speecht5_finetuned_common_voice_be")
model = AutoModelForTextToSpectrogram.from_pretrained("KoRiF/speecht5_finetuned_common_voice_be")This model is a fine-tuned version of microsoft/speecht5_tts on the Common Voice [Belarusian] 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.8333 | 0.32 | 100 | 0.7151 |
| 0.7477 | 0.64 | 200 | 0.6609 |
| 0.7104 | 0.96 | 300 | 0.6311 |
| 0.69 | 1.28 | 400 | 0.6275 |
| 0.6658 | 1.6 | 500 | 0.6249 |
Base model
microsoft/speecht5_tts