facebook/multilingual_librispeech
Viewer • Updated • 1.49M • 20.2k • 182
How to use 2rj0/whisper-small-pl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="2rj0/whisper-small-pl") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("2rj0/whisper-small-pl")
model = AutoModelForSpeechSeq2Seq.from_pretrained("2rj0/whisper-small-pl")This model is a fine-tuned version of openai/whisper-small on the Multilingual Librispeech 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.5640 | 0.6386 | 500 | 0.1595 | 10.8782 | 10.9017 |
Base model
openai/whisper-small