Instructions to use cwkeam/mctct-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cwkeam/mctct-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cwkeam/mctct-large")# Load model directly from transformers import AutoModelForCTC model = AutoModelForCTC.from_pretrained("cwkeam/mctct-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K