Automatic Speech Recognition
Transformers
PyTorch
JAX
TensorBoard
ONNX
Safetensors
whisper
audio
asr
hf-asr-leaderboard
Instructions to use NbAiLabBeta/nb-whisper-base-verbatim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLabBeta/nb-whisper-base-verbatim with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NbAiLabBeta/nb-whisper-base-verbatim")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("NbAiLabBeta/nb-whisper-base-verbatim") model = AutoModelForMultimodalLM.from_pretrained("NbAiLabBeta/nb-whisper-base-verbatim") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
79202c7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eef8a758a1d8641f1cae87f91422110b696ff1a89259d74c8df5055519556224
size 55295450
|