Instructions to use alakxender/whisper-large-v3-cv17-dv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alakxender/whisper-large-v3-cv17-dv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="alakxender/whisper-large-v3-cv17-dv")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("alakxender/whisper-large-v3-cv17-dv") model = AutoModelForMultimodalLM.from_pretrained("alakxender/whisper-large-v3-cv17-dv") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
75e1df2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:81cc9f4ca8fe9ffde671a5ae57a131635a861a7005b87ea70c7c4f8f4b0476a8
size 4993448880
|