facebook/voxpopuli
Viewer • Updated • 1.26M • 23.2k • 157
How to use Agneev/speecht5_tts_voxpopuli_nl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="Agneev/speecht5_tts_voxpopuli_nl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Agneev/speecht5_tts_voxpopuli_nl")
model = AutoModelForTextToSpectrogram.from_pretrained("Agneev/speecht5_tts_voxpopuli_nl", device_map="auto")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.5228 | 6.01 | 1000 | 0.4787 |
| 0.4929 | 12.01 | 2000 | 0.4646 |
| 0.4929 | 18.02 | 3000 | 0.4604 |
| 0.4932 | 24.02 | 4000 | 0.4596 |
Base model
microsoft/speecht5_tts