Instructions to use alphaedge-ai/whisper-medium-hrv-32768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alphaedge-ai/whisper-medium-hrv-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-hrv-32768")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("alphaedge-ai/whisper-medium-hrv-32768") model = AutoModelForSpeechSeq2Seq.from_pretrained("alphaedge-ai/whisper-medium-hrv-32768", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
743552b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4d399cf2720f3dcd4c3a48428ad42a2c1bdae68effd6594d5ba5d923a3b2b419
size 1488717024
|