facebook/voxpopuli
Viewer • Updated • 1.26M • 25.2k • 157
How to use fazalazami/speecht5_finetuned_voxpopuli_nl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="fazalazami/speecht5_finetuned_voxpopuli_nl") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("fazalazami/speecht5_finetuned_voxpopuli_nl")
model = AutoModelForTextToSpectrogram.from_pretrained("fazalazami/speecht5_finetuned_voxpopuli_nl", device_map="auto")This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the facebook/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.547 | 6.1303 | 1000 | 0.5015 |
| 0.5323 | 12.2605 | 2000 | 0.4867 |
| 0.522 | 18.3908 | 3000 | 0.4821 |
| 0.5127 | 24.5211 | 4000 | 0.4794 |
Base model
facebook/wav2vec2-large-xlsr-53