Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
whisper-event
Generated from Trainer
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use arbml/whisper-largev2-ar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arbml/whisper-largev2-ar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="arbml/whisper-largev2-ar")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("arbml/whisper-largev2-ar") model = AutoModelForMultimodalLM.from_pretrained("arbml/whisper-largev2-ar") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
024370d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:479d28020bd7b0e5b3bd937befbcdc9b89bedfd2c7ba3c9b4b54a05384fee311
size 4667
|