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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
edf7cd3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a47166c8a6d90a3de68f63c3058238262f1a53836436c265fc7b13e34e73f461
size 1262173425
|