Instructions to use bond005/whisper-large-v3-ru-podlodka with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bond005/whisper-large-v3-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-v3-ru-podlodka")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("bond005/whisper-large-v3-ru-podlodka") model = AutoModelForMultimodalLM.from_pretrained("bond005/whisper-large-v3-ru-podlodka") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- anna_matveeva_test.wav +0 -0
- test_sound_ru.flac +0 -0
- test_sound_with_noise.wav +0 -0