Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Polish
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use bardsai/whisper-medium-pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bardsai/whisper-medium-pl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bardsai/whisper-medium-pl")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("bardsai/whisper-medium-pl") model = AutoModelForSpeechSeq2Seq.from_pretrained("bardsai/whisper-medium-pl") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d2fa333 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:02e666c29888bcd084566d45952c6a8cb48d5e107042fdf945c785ca002f1f1b
size 3579
|