Automatic Speech Recognition
Transformers
PyTorch
TensorFlow
JAX
Safetensors
whisper
audio
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use michaellee8/wisper-base-jwt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use michaellee8/wisper-base-jwt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="michaellee8/wisper-base-jwt")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("michaellee8/wisper-base-jwt") model = AutoModelForSpeechSeq2Seq.from_pretrained("michaellee8/wisper-base-jwt") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e09b5a1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f69b3fcc5b0044b1436bc9e4181548709129977871877b875bddfaf1b41fc667
size 290384497
|