EAGLE3 draft model for
Qwen3.5-9B, trained on a decontaminated instruction-mixture corpus. Use it with SGLang (or other EAGLE3-compatible runtimes) to accelerate autoregressive decoding via speculative sampling.
Training uses
openeurollm/open-perfectblend-decontaminated, a decontaminated variant of
mlabonne/open-perfectblend. Benchmark overlap (e.g. HumanEval, MATH, GPQA, LiveCodeBench) was removed before training to reduce evaluation contamination.
Trained with
mini-specforge (
link), a lightweight EAGLE3 training pipeline built on PyTorch FSDP and Hugging Face Transformers.
1python -m sglang.launch_server \
2 --model-path Qwen/Qwen3.5-9B \
3 --speculative-algorithm EAGLE3 \
4 --speculative-draft-model-path <path-to-this-repo> \
5 --speculative-num-steps 7 \
6 --tp-size 1 \