Views
No views yet
Qwen/Qwen3-8BAngelSlim/Qwen3-8B_eagle3scripts/data/ in project repo)baseline-uniform/epoch_4_step_82000| Dataset | τ (accept. length) | Speedup | Accuracy |
|---|---|---|---|
| GSM8K | 7.349 | 4.552× | 95.15% |
| MATH500 | 7.323 | 4.564× | 94.00% |
model.safetensors — draft model weights (~763 MB)config.json — model configoutputs/eagle3-combined-a1.0-g1.0/epoch_0_step_17026 in the original training output1from huggingface_hub import snapshot_download
2draft_path = snapshot_download(repo_id="XLOverflow/qwen3-eagle3-combined-a1.0-g1.0")
3# Then load with EAGLE's EaModel — see scripts/eval/eval_combined.py in the project repo.