Instructions to use dispatchAI/Whisper-Small-ASR-mobile with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dispatchAI/Whisper-Small-ASR-mobile with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dispatchAI/Whisper-Small-ASR-mobile", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Whisper-Small-ASR-mobile
๐ Not Chat โ This is not a chat model.
Model Details
| Attribute | Value |
|---|---|
| Base Model | unknown |
| Type | NOT_CHAT |
| License | apache-2.0 |
Usage
This model is designed for embeddings, not chat.
๐ dispatchAI
- Downloads last month
- 11
Hardware compatibility
Log In to add your hardware
We're not able to determine the quantization variants.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dispatchAI/Whisper-Small-ASR-mobile", dtype="auto")