facebook/voxpopuli
Viewer • Updated • 1.26M • 28k • 157
How to use BugHunter1/speecht5_finetuned_voxpopuli_nl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="BugHunter1/speecht5_finetuned_voxpopuli_nl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("BugHunter1/speecht5_finetuned_voxpopuli_nl")
model = AutoModelForTextToSpectrogram.from_pretrained("BugHunter1/speecht5_finetuned_voxpopuli_nl", device_map="auto")This model is a fine-tuned version of SpeechT5 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.4557 | 177.78 | 1000 | 0.4377 |
| 0.4317 | 355.56 | 2000 | 0.4329 |
| 0.4244 | 533.33 | 3000 | 0.4303 |
| 0.4223 | 711.11 | 4000 | 0.4303 |