Views
No views yet
tools/asr/convert.py.tarteel-ai/whisper-tiny-ar-qurantarteel-ai/whisper-base-ar-quranmodels/quran-tiny/{encoder.int8.onnx,decoder.int8.onnx,tokens.txt} # ~99 MB
models/quran-base/{encoder.int8.onnx,decoder.int8.onnx,tokens.txt} # ~153 MBMatMul only, so the
51865-row token embedding stays float32. Quantizing Gather too makes it
larger — Whisper reuses that embedding for the output projection, so an int8
copy is added rather than substituted.