Instructions to use gitmbio/whis-small-bn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gitmbio/whis-small-bn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="gitmbio/whis-small-bn")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("gitmbio/whis-small-bn") model = AutoModelForSpeechSeq2Seq.from_pretrained("gitmbio/whis-small-bn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Feb22_15-20-52_eb217daaf777
- Mar07_08-23-14_66dcc55597a4
- Mar07_08-59-52_66dcc55597a4
- Mar07_09-02-04_66dcc55597a4
- Mar07_09-03-01_66dcc55597a4
- Mar07_09-28-48_66dcc55597a4
- Mar07_09-29-36_66dcc55597a4
- Mar07_09-34-51_66dcc55597a4
- Mar07_09-37-52_66dcc55597a4
- Mar07_09-41-48_66dcc55597a4
- Mar14_08-03-53_841af74821ca
- Mar21_08-10-47_bcaddc5bb6ab
- May02_08-41-13_78fd4a62fda9