Instructions to use akera/whisper-small-lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akera/whisper-small-lg with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="akera/whisper-small-lg")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("akera/whisper-small-lg") model = AutoModelForSpeechSeq2Seq.from_pretrained("akera/whisper-small-lg") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
67adc20 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e195e3bfe7d12ebb09782ea606340c84ed5a5c69c98acea1bc94f6cdc5f101bb
size 3631
|