Views
No views yet
Qwen3-0.6B draft model exported for TokForge + MNN speculative decoding, trained with an LK Alpha objective instead of standard KL.20K Qwen3 draft lane:Qwen3-0.6B studentQwen3-8B teacher20K teacher datasetLK Alpha training objectiveMNN draft bundleCPU2d=3Qwen3-8B in TokForgealpha) at the final logged epoch:0.7350llm.mnnllm.mnn.weightllm_config.jsonconfig.jsonconfig_cpu.json1{
2 "backend_type": "opencl",
3 "thread_num": 4,
4 "precision": "low",
5 "memory": "low",
6 "sampler_type": "greedy",
7 "speculative_type": "draftmodel",
8 "draft_predict_length": 3,
9 "draft_config_path": "/path/to/config_cpu.json"
10}1{
2 "backend_type": "cpu",
3 "thread_num": 2,
4 "precision": "low",
5 "memory": "low",
6 "sampler_type": "greedy"
7}Qwen3 targets inside TokForge.Qwen3-8B.