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
Adding `safetensors` variant of this model
#8 opened over 2 years ago
by
SFconvertbot
Unable to recofnize audio
4
#5 opened over 3 years ago
by
frankiedrake
Examples for recognition of Surzhik (a mix of Ukrainian and Russian languages)
2
#2 opened almost 4 years ago
by
Yehor