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