Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Spanish
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use M2LabOrg/whisper-small-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use M2LabOrg/whisper-small-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="M2LabOrg/whisper-small-es")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("M2LabOrg/whisper-small-es") model = AutoModelForMultimodalLM.from_pretrained("M2LabOrg/whisper-small-es") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1fc44f4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c615ff384c748a894bbd4093925fc2449ad18830da50f3550685dbcf3940e6d
size 5240
|