Views
No views yet
whisper model type —
works with stock onnx-asr, no patches needed). fp32 and int8 variants included.optimum save path (external-data save bypassing the
ByteSize() overflow in check_and_save_model). int8 was produced by quantizing
the pre-merge decoders (decoder_model, decoder_with_past_model) and
re-merging with strict=False — the merged graph's If-subgraphs defeat direct
quantization of the merged decoder.oddadmix/lahgtna-v3-small (dialect-balanced, undiacritized targets).
Per the source model card, evaluated across 13 Arabic dialects (Gulf/Saudi, Iraqi,
Egyptian, Syrian, Bahraini, Yemeni, Palestinian, Lebanese, Libyan, Tunisian,
Algerian, Moroccan, Sudanese). Gulf/Saudi is consistently the strongest dialect;
Maghrebi dialects (esp. Tunisian) are the weakest across the whole oddadmix v2
family. This is the largest and most accurate model in the family. This ONNX
export does not change accuracy; it reproduces the source model's behavior.1import onnx_asr
2model = onnx_asr.load_model("whisper", "path/to/this/repo") # or quantization="int8"
3print(model.recognize("audio_16khz.wav", language="ar"))ar_eg clips (fp32 and int8): both produce fluent,
near-identical, high-fidelity undiacritized Arabic transcriptions; fp32 and int8
outputs match almost word-for-word.