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