Qwen3-0.6B-kl-baseline-20k-MNN
Small Qwen3-0.6B draft model exported for TokForge + MNN speculative decoding on Android.
This is a practical, mobile-oriented draft bundle rather than a standard Transformers checkpoint. It is intended to be paired with larger Qwen3 targets inside TokForge.
Why this repo exists
This model is one of the strongest lightweight draft candidates we have for mobile speculative decoding:
- trained on
20Kteacher samples - KL-distilled from a
Qwen3-8Bteacher - exported as a ready-to-use
MNNbundle - tuned for the classic
CPU draft + GPU/CPU targetTokForge flow
Best-known use
- Draft model backend:
CPU - Draft threads:
2 - Draft predict length:
d=3 - Typical target pairing:
Qwen3-8Bin TokForge
Benchmark notes
We do not publish per-device numbers for this experimental variant. Uplift varies by device, target model, and workload. For measured results on the current default draft line, see TokForge-AccelerationPack-Draft.
Training acceptance (alpha) at the final logged epoch:
0.7178
Included files
llm.mnnllm.mnn.weightllm_config.jsonconfig.jsonconfig_cpu.json- tokenizer files
- ONNX export artifact for reference
Usage
This bundle is meant for TokForge / MNN, not standard HF Inference.
Typical TokForge recipe:
{
"backend_type": "opencl",
"thread_num": 4,
"precision": "low",
"memory": "low",
"sampler_type": "greedy",
"speculative_type": "draftmodel",
"draft_predict_length": 3,
"draft_config_path": "/path/to/config_cpu.json"
}
Known-good draft-side config:
{
"backend_type": "cpu",
"thread_num": 2,
"precision": "low",
"memory": "low",
"sampler_type": "greedy"
}
Notes
- This is not a drop-in Transformers repo for HF Inference.
- It is a runtime bundle for TokForge / MNN.
- If you want the safest current mobile draft option, this is one of the best places to start.
Limitations and Intended Use
- Intended for speculative decoding with larger
Qwen3targets inside TokForge. - Best current evidence is strongest on
Qwen3-8B; smaller or differently-paired targets may behave differently. - Mobile results depend heavily on backend routing, prompt length, and device thermals.
- This is a specialized runtime artifact, not a general-purpose pretrained release.
Collection
TokForge
- Website: tokforge.ai
- Discord: Join the Discord
If you benchmark this on your own device, feel free to share results in Discord.
- Downloads last month
- 130