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