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