Instructions to use ntnu-smil/whisper-large-v3-turbo-ami-1-merged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ntnu-smil/whisper-large-v3-turbo-ami-1-merged with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ntnu-smil/whisper-large-v3-turbo-ami-1-merged")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ntnu-smil/whisper-large-v3-turbo-ami-1-merged") model = AutoModelForSpeechSeq2Seq.from_pretrained("ntnu-smil/whisper-large-v3-turbo-ami-1-merged", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
eb4b8e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b1520e1ad8e62ec31f38bb503dfc6e2ba1dbc65484128dad23962866b288dfbf
size 1617825448
|