Instructions to use istomin9192/whisper-small-sr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use istomin9192/whisper-small-sr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="istomin9192/whisper-small-sr")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("istomin9192/whisper-small-sr") model = AutoModelForMultimodalLM.from_pretrained("istomin9192/whisper-small-sr") - Notebooks
- Google Colab
- Kaggle
Top!
#1 opened 3 months ago
by
stefanschz