Instructions to use maliced/whisper-tiny-en-ctc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maliced/whisper-tiny-en-ctc with Transformers:
# Load model directly from transformers import AutoProcessor, WhisperCTCforTransformers processor = AutoProcessor.from_pretrained("maliced/whisper-tiny-en-ctc") model = WhisperCTCforTransformers.from_pretrained("maliced/whisper-tiny-en-ctc") - Notebooks
- Google Colab
- Kaggle