Instructions to use alphaedge-ai/whisper-medium-rus-32768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alphaedge-ai/whisper-medium-rus-32768 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="alphaedge-ai/whisper-medium-rus-32768")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("alphaedge-ai/whisper-medium-rus-32768") model = AutoModelForSpeechSeq2Seq.from_pretrained("alphaedge-ai/whisper-medium-rus-32768", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
26fb0b8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:30ba37be5694a0ce2e1237c1329e9cc3c37a2a8d92aed65e9467bc352d7e7601
size 1488717024
|