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