Automatic Speech Recognition
Transformers
PyTorch
TensorFlow
JAX
ONNX
Safetensors
whisper
audio
asr
hf-asr-leaderboard
Instructions to use NbAiLab/nb-whisper-small-beta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-whisper-small-beta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NbAiLab/nb-whisper-small-beta")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("NbAiLab/nb-whisper-small-beta") model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLab/nb-whisper-small-beta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d0e2c7669095b75b0754c3b1955bc6a6b9d70d825fbddeb356d1835d918632ab
- Size of remote file:
- 1.93 MB
- SHA256:
- b0e67fd9582f3e3c373e7a731c23ab3b1a2dfb9b0a03c1b8a493141986bd5b36
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.