classla/ParlaSpeech-PL
Viewer • Updated • 531k • 161 • 6
How to use janstusio/whisper-small-pl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="janstusio/whisper-small-pl") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("janstusio/whisper-small-pl")
model = AutoModelForSpeechSeq2Seq.from_pretrained("janstusio/whisper-small-pl")This model is a fine-tuned version of openai/whisper-small on the ParlaSpeech Pl 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.3228 | 6.32 | 25 | 0.4705 | 70.8333 |
| 0.0071 | 12.64 | 50 | 0.4903 | 69.0476 |
Base model
openai/whisper-small