Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Spanish
whisper
spanish
español
speech
recognition
distil-whisper
Instructions to use UNRN/distil-whisper-large-v3-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UNRN/distil-whisper-large-v3-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="UNRN/distil-whisper-large-v3-es")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("UNRN/distil-whisper-large-v3-es") model = AutoModelForMultimodalLM.from_pretrained("UNRN/distil-whisper-large-v3-es") - Notebooks
- Google Colab
- Kaggle
Ctrl+K