Views
No views yet
Qwen/Qwen3-ASR-0.6B.
The conversion source is the official native Transformers checkpoint
Qwen/Qwen3-ASR-0.6B-hf at revision 7f1569a48a89f3e3f4dc3a5c9d28bddd903bc76c.onnx/audio_encoder_fp16.onnx + external data: vectorized windowed audio encoder.onnx/decoder_with_past_fp16.onnx + external data: merged prefill/decode graph with KV cache.processor/: tokenizer, feature extractor and chat-template files.manifest.json: exact graph contract, hashes, revisions and conversion settings.800 frames. Trim projected audio embeddings using
audio_token_mask.28 layers, 8 KV heads,
head dimension 128.-65504 for the whole utterance. This avoids zero-sized WebGPU tensors.present.* outputs on GPU with ONNX Runtime Web
preferredOutputLocation: 'gpu-buffer' or preallocated GPU tensors.onnxruntime-web/webgpu, explicitly select the webgpu execution provider,
and pass the external-data file listed in manifest.json through the session
externalData option. Use a current Chrome or Edge build whose WebGPU adapter exposes shader-f16.