kb-whisper-small-onnx

This is a conversion of KBLab's kb-whisper-small model to the ONNX format with the 🤗 Optimum library.

This conversion allows to use the model in the browser using 🤗 Transformers.js.

How to convert the model yourself

Clone 🤗 Transformers.js:

git clone https://github.com/huggingface/transformers.js.git
cd transformers.js
pip install -r scripts/requirements.txt

Then run:

python -m scripts.convert --quantize --model_id KBLab/kb-whisper-small
Downloads last month
15
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support automatic-speech-recognition models for transformers.js library.

Collection including PierreMesure/kb-whisper-small-onnx