Instructions to use kabir5297/BanglaASR-XLSR-SmallLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kabir5297/BanglaASR-XLSR-SmallLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="kabir5297/BanglaASR-XLSR-SmallLM")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("kabir5297/BanglaASR-XLSR-SmallLM") model = AutoModelForCTC.from_pretrained("kabir5297/BanglaASR-XLSR-SmallLM") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 5