How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "huluhuluu/qwen3-1p7b-eagle3-k4-sw256-sharegpt-epoch-2-step-70000"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "huluhuluu/qwen3-1p7b-eagle3-k4-sw256-sharegpt-epoch-2-step-70000",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/huluhuluu/qwen3-1p7b-eagle3-k4-sw256-sharegpt-epoch-2-step-70000
Quick Links

Qwen3-1.7B EAGLE3 K4 SW256 ShareGPT

This repository contains one SpecForge EAGLE3 draft-model checkpoint for use with Qwen/Qwen3-1.7B. It is a draft model for speculative decoding, not a standalone target language model.

Checkpoint

Field Value
Source run qwen3-1.7b-eagle3-k4-sw256-sharegpt
Checkpoint epoch_2_step_70000
Epoch 2
Global step 70000
Files config.json, model.safetensors, training_state.pt

Training Parameters

Parameter Value
Base model Qwen/Qwen3-1.7B
Method SpecForge EAGLE3 online training
Dataset ShareGPT-format SpecForge training set
Learning rate 1e-4
Batch size 1
Target batch size 4
Epochs configured 10
Max length 2048
Warmup ratio 0.015
Max grad norm 0.5
TTT length 5
Draft sliding window 256
Save interval 5000
Eval interval 5000
Seed 0
TP / DP size 4 / 1
Attention backend sdpa
Target model backend sglang
SGLang attention backend flashinfer
Dataset build workers 64

Draft Model Configuration

Field Value
Architecture LlamaForCausalLMEagle3
dtype bfloat16
Hidden size 2048
Intermediate size 6144
Draft layers 4
Attention heads 16
KV heads 8
Draft vocab size 32000
Vocab size 151936
Max position embeddings 40960
Sliding window 256
Max window layers 4

Notes

  • This is the latest local checkpoint for the k4-sw256 run. It is documented as a partial training checkpoint because the configured run length was 10 epochs.
  • The checkpoint is intended to be loaded by SpecForge/EAGLE3-compatible code.
  • training_state.pt is included for provenance and training-state inspection.
  • No benchmark claim is made in this card.
Downloads last month
212
Safetensors
Model size
0.3B params
Tensor type
I64
·
BF16
·
BOOL
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for huluhuluu/qwen3-1p7b-eagle3-k4-sw256-sharegpt-epoch-2-step-70000

Finetuned
Qwen/Qwen3-1.7B
Finetuned
(908)
this model

Collection including huluhuluu/qwen3-1p7b-eagle3-k4-sw256-sharegpt-epoch-2-step-70000