Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use sgangireddy/whisper-medium-mls-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sgangireddy/whisper-medium-mls-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="sgangireddy/whisper-medium-mls-es")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("sgangireddy/whisper-medium-mls-es") model = AutoModelForSpeechSeq2Seq.from_pretrained("sgangireddy/whisper-medium-mls-es") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
5cc64a5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:516402a239f4a095780803a26c90dcc3fbf338a161697292d9f1f67f5d41a9db
size 3055754841
|