CoolFace
Modelpublic

huluhuluu/qwen3-4b-instruct-2507-eagle3-sharegpt-sw512-epoch4-step100000

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes24downloads
Model Card

Qwen3-4B-Instruct-2507 EAGLE3 ShareGPT (SW512)

Online EAGLE3 draft-model training run with SpecForge and a draft sliding window of 512 tokens. This archive contains 47 checkpoints from epoch_0_step_5000 through epoch_9_step_231810; each checkpoint is published as a separate Hub model repository in the companion collection.

This is a speculative-decoding draft model, not a standalone chat model. Pair it with the exact target model family.

Training parameters

ParameterValue
Target modelQwen/Qwen3-4B-Instruct-2507
Training methodOnline EAGLE3 / SpecForge
Training dataCleaned ShareGPT JSONL (local source; revision not recorded)
Epochs10
Total optimizer steps231810
Per-device batch size1
Data-parallel size4
Effective global batch size4
Gradient accumulation1
Learning rate1e-4
LR scheduleLinear warmup (1.5%) then cosine annealing
Weight decay0.0
Max gradient norm0.5
Maximum sequence length2048
EAGLE3 TTT length7
Draft sliding window512 tokens
Draft attentionsdpa
Target backendSGLang (flashinfer)
Tensor parallel size1
Seed0
Save / log interval5000 / 50 steps
Dataset / dataloader workers64 / 4

Architecture

LlamaForCausalLMEagle3, one decoder layer, hidden size 2560, intermediate size 9728, 32 attention heads, 8 key/value heads, draft vocabulary size 32000, target vocabulary size 151936, bfloat16 weights, and causal sliding-window attention of 512 tokens.

Checkpoint files

Every checkpoint repository contains model.safetensors, config.json, and training_state.pt. The latter stores optimizer/scheduler state and training arguments for resuming and should only be deserialized in a trusted environment. Prefer model.safetensors for inference.

Usage

Use a checkpoint repository as the SGLang speculative draft path with Qwen/Qwen3-4B-Instruct-2507 and the EAGLE3 speculative-decoding settings supported by your SGLang version. Tree settings should be benchmarked for the serving workload. No evaluation or safety metrics were recorded for this run.