Views
No views yet
netease-youdao/Confucius3-Math.
Use it as the --speculative-config model to accelerate Confucius3-Math inference (especially
single-stream / low-latency math reasoning).netease-youdao/Confucius3-Math (Qwen2 arch, 48 layers, DeepSeek-R1-distill thinking format)DFlashDraftModel, block size 16, ~1.5B params, taps target hidden states from layers [1,12,23,34,45]| dataset | accept length | draft accept rate | tok/s (single stream) |
|---|---|---|---|
| GSM8K | 5.47 | 30% | 493 |
| MATH-500 | 5.79 | 32% | 526 |
1vllm serve netease-youdao/Confucius3-Math \
2 --speculative-config '{"method": "dflash", "model": "noctuashap/Confucius3-Math-DFlash", "num_speculative_tokens": 15}' \
3 --trust-remote-code--trust-remote-code is required (the draft is a custom
DFlashDraftModel, included as dflash.py).