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