Instructions to use bond005/whisper-large-v2-ru-podlodka with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bond005/whisper-large-v2-ru-podlodka with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bond005/whisper-large-v2-ru-podlodka")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("bond005/whisper-large-v2-ru-podlodka") model = AutoModelForMultimodalLM.from_pretrained("bond005/whisper-large-v2-ru-podlodka") - Notebooks
- Google Colab
- Kaggle
Ctrl+K