Instructions to use speechbrain/m-ctc-t-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use speechbrain/m-ctc-t-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="speechbrain/m-ctc-t-large")# Load model directly from transformers import AutoModelForCTC model = AutoModelForCTC.from_pretrained("speechbrain/m-ctc-t-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ed014c8
1
Parent(s): b289b22
Update preprocessor_config.json (#6)
Browse files- Update preprocessor_config.json (fb9bd81ed0a256a71f9946980aa487126f46a162)
Co-authored-by: Florian Zimmermeister <flozi00@users.noreply.huggingface.co>