Instructions to use qmeeus/whisper-small-e2e-slu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qmeeus/whisper-small-e2e-slu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="qmeeus/whisper-small-e2e-slu")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("qmeeus/whisper-small-e2e-slu") model = AutoModelForSpeechSeq2Seq.from_pretrained("qmeeus/whisper-small-e2e-slu", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan23_13-17-01_fasso.esat.kuleuven.be
- Jan23_13-34-59_fasso.esat.kuleuven.be
- Jan23_13-38-36_fasso.esat.kuleuven.be
- Jan23_15-10-34_fasso.esat.kuleuven.be
- Jan23_15-12-55_fasso.esat.kuleuven.be
- Jan23_15-17-05_fasso.esat.kuleuven.be
- Jan23_15-18-58_fasso.esat.kuleuven.be
- Jan23_15-22-03_fasso.esat.kuleuven.be
- Jan23_15-25-49_fasso.esat.kuleuven.be
- Jan23_15-42-46_fasso.esat.kuleuven.be
- Jan23_15-46-48_fasso.esat.kuleuven.be
- Jan23_15-54-31_fasso.esat.kuleuven.be