Instructions to use abdullah/whisper-large-v2-bn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdullah/whisper-large-v2-bn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="abdullah/whisper-large-v2-bn")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("abdullah/whisper-large-v2-bn") model = AutoModelForSpeechSeq2Seq.from_pretrained("abdullah/whisper-large-v2-bn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
da346be | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3d2f8afbe73b8c1156fdad9e603a397e4372abeb279e023cb3ea982ed64281b3
size 3086655003
|