DSSD
Collection
Trained early exit head to be used with Dynamic Self-Speculative Decoding
β’
2 items
β’
Updated
This repository contains the trained auxiliary early-exit heads for meta-llama/Meta-Llama-3-8B. These heads are used for Dynamic Self-Speculative Decoding (DSSD), enabling faster inference with guaranteed identical output to the full model.
These heads are designed to be used with the DSSD Demo.
aux_heads.pt: State dictionary of the trained auxiliary heads (Layers 8, 16, 24).config.json: Configuration file specifying head layers and parameters.calibration.json: Calibrated thresholds for different accuracy levels.The auxiliary heads allow the model to exit early at intermediate layers if confidence thresholds are met. If the drafted tokens are not verified by the full model, they are corrected, ensuring 100% output match.
Base model
meta-llama/Meta-Llama-3-8B