Instructions to use ctaguchi/parakeet-hf-ctc-110m-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ctaguchi/parakeet-hf-ctc-110m-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ctaguchi/parakeet-hf-ctc-110m-en")# Load model directly from transformers import AutoModelForCTC model = AutoModelForCTC.from_pretrained("ctaguchi/parakeet-hf-ctc-110m-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- -