PierreMesure's picture
Replace with conversion from transformers.js/scripts/convert.py
55635c2
metadata
license: apache-2.0
base_model: KBLab/kb-whisper-tiny
library_name: transformers.js

kb-whisper-tiny-onnx

This is a conversion of KBLab's kb-whisper-tiny 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-tiny