facebook/voxpopuli
Viewer • Updated • 1.26M • 19.2k • 152
How to use mikr/whisper-small-hr-vox with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mikr/whisper-small-hr-vox") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("mikr/whisper-small-hr-vox")
model = AutoModelForSpeechSeq2Seq.from_pretrained("mikr/whisper-small-hr-vox")This model is a fine-tuned version of openai/whisper-small on the facebook/voxpopuli hr 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 | Wer |
|---|---|---|---|---|
| 0.0028 | 24.01 | 1000 | 0.5303 | 26.1752 |
| 0.0006 | 49.01 | 2000 | 0.5849 | 25.4123 |
| 0.0003 | 74.01 | 3000 | 0.6141 | 25.6311 |
| 0.0002 | 99.01 | 4000 | 0.6325 | 25.3731 |
| 0.0002 | 124.01 | 5000 | 0.6405 | 25.4348 |
Base model
openai/whisper-small