Instructions to use eustlb/parakeet-ctc-1.1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eustlb/parakeet-ctc-1.1b with Transformers:
# Load model directly from transformers import AutoModelForCTC model = AutoModelForCTC.from_pretrained("eustlb/parakeet-ctc-1.1b", dtype="auto") - Notebooks
- Google Colab
- Kaggle