Views
No views yet
speech-llm model type
(three-graph contract: encoder + embed_tokens + decoder with KV cache). fp32 and
int8 (dynamic-quantized) variants included.oddadmix/lahgtna-v3-small (dialect-balanced, undiacritized targets),
the same corpus as the other oddadmix v2 dialectal releases. Per the family's
pattern, expect strongest results on Gulf/Saudi and Egyptian, weakest on Maghrebi
dialects (Tunisian, Algerian, Moroccan). This ONNX export does not change
accuracy; it reproduces the source model's behavior.1import onnx_asr
2model = onnx_asr.load_model("speech-llm", "path/to/this/repo") # or quantization="int8"
3print(model.recognize("audio_16khz.wav"))speech-llm support (the Qwen3-ASR three-graph
contract landed in TigreGotico's onnx-asr fork; verify your onnx-asr install
includes onnx_asr/models/speech_llm.py before loading this model type).ar_eg clips, comparing against the native
transformers Qwen3ASRForConditionalGeneration output on the same fine-tuned
checkpoint: fp32 ONNX output is character-exact vs. native on 4/5 clips (one
clip differs by a single word-boundary artifact); int8 shows the expected minor
quality drop from dynamic weight quantization of the 0.6B decoder but stays
intelligible and dialect-faithful.