Qwen3-8B-PPCM

PPCM is a ~9M three-layer encoder (CCEL โ†’ CTIL โ†’ CPRL) over Top-7 candidates. It ranks causally consistent paths in one pass, then the target model verifies the top path.

This repo is not a standalone chat model. Load Qwen3-8B as the target.

Code github.com/Xinmu-Tantai/PPCM
Target Qwen/Qwen3-8B
Speculative length 7 (block_size = 8), Top-7 candidates
Extra params 8.8M

On Qwen3-8B / GSM8K (T = 0, L = 7): ฯ„ = 5.97, 5.18ร— speedup.

Files

  • model.safetensors โ€” 5-layer causal draft + ppcm.ccel / ppcm.ctil / ppcm.cprl / ppcm.score
  • config.json โ€” PPCMDraftModel, num_speculative_tokens: 7
  • ppcm.py โ€” Hugging Face AutoModel class

Usage

Serve with the PPCM vLLM code:

TARGET_MODEL=Qwen/Qwen3-8B
DRAFT_MODEL=Xinmu7/PPCM
NUM_SPECULATIVE_TOKENS=7

License

Apache License 2.0.

Downloads last month
311
Safetensors
Model size
1B params
Tensor type
F32
ยท
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Xinmu7/PPCM

Finetuned
Qwen/Qwen3-8B
Finetuned
(2037)
this model