KB-Whisper-ONNX
Collection
ONNX versions of kb-whisper models
•
3 items
•
Updated
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.
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