metadata
license: apache-2.0
small_model: KBLab/kb-whisper-small
library_name: transformers.js
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