This content provides a specialized DSpark speculator model designed to optimize the inference speed of the Qwen3.6-35B-A3B large language model through speculative decoding. It includes technical details on the model's architecture, training datasets, and specific implementation commands for deployment using vLLM.
Highlights
Utilizes DSpark architecture which extends DFlash with a Markov head and a confidence head for improved token dependency and acceptance prediction.
Trained using the Speculators library on Magpie and ultrachat datasets to enhance speculative decoding efficiency.
Optimized for deployment via vLLM using 8-token speculative blocks to increase inference throughput.
Provides comprehensive technical workflows for data preparation, training, and vLLM integration.