facebook/voxpopuli
Viewer • Updated • 1.26M • 18.8k • 152
How to use HaniAI/speecht5_finetuned_voxpopuli_cs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="HaniAI/speecht5_finetuned_voxpopuli_cs") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("HaniAI/speecht5_finetuned_voxpopuli_cs")
model = AutoModelForTextToSpectrogram.from_pretrained("HaniAI/speecht5_finetuned_voxpopuli_cs")This model is a fine-tuned version of microsoft/speecht5_tts on the VoxPopuli 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.4913 | 7.1422 | 1000 | 0.4452 |
| 0.4733 | 14.2844 | 2000 | 0.4324 |
| 0.4666 | 21.4267 | 3000 | 0.4306 |
Base model
microsoft/speecht5_tts