CoolFace
Modelpublic

satgeze/Qwen3.5-0.8B-DSpark

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
2likes791downloads
41 commits on main
6bc561d2mo ago

vLLM verified at llama.cpp parity; correct the cross-stack section: the 3.7x gap was our config rope bug, not runtime semantics

satgeze
b82e3082mo ago

Fix rope_parameters: partial_rotary_factor 1.0 explicit (qwen3_5_text class default re-injects 0.25 if key deleted). Restores vLLM acceptance to llama.cpp parity (0.155 vs 0.158 per-drafted-token)

satgeze
d796ec62mo ago

remove write-probe file

satgeze
a39202a2mo ago

Upload training_and_scaling.png with huggingface_hub

satgeze
d39fd2f2mo ago

Upload training_v02_v03.png with huggingface_hub

satgeze
3aee3d22mo ago

Upload v01_v02_v03_ab.png with huggingface_hub

satgeze
ec2f6b02mo ago

Upload config_v03.json with huggingface_hub

satgeze
c842f0a2mo ago

Upload model_v03.safetensors with huggingface_hub

satgeze
1546cbd2mo ago

Upload head_q08_v03.gguf with huggingface_hub

satgeze
be7a9a72mo ago

v0.3: 27.6k self-distilled samples, monotone acceptance gains, D1 shown at 744B

satgeze
8b387482mo ago

probe: verify Grok seat can write to hub after settings allow

satgeze
160a7ab2mo ago

link the published self-distillation dataset

satgeze
fdadd1b2mo ago

Correction: both versions were self-distilled; v0.2s real variable is ~9x supervised tokens (full-length responses), not distribution matching

satgeze
03fc5052mo ago

Correction: v0.1/v0.2 differed in global batch (256 vs 128); control caveat added, training chart embedded

satgeze
fce76af2mo ago

training-loss comparison chart, epoch-normalized

satgeze
b05d1392mo ago

embed v0.1 vs v0.2 chart in the experiment section

satgeze
7b624fe2mo ago

v0.1 vs v0.2 comparison chart

satgeze
877f27f2mo ago

v0.2 release: distribution-matching experiment section, recommended head updated

satgeze
b4ee2bf2mo ago

v0.2 head: own-regen training data, +49%/+30% relative acceptance at constant volume

satgeze
e66c2e82mo ago

v0.2 head: own-regen training data, +49%/+30% relative acceptance at constant volume

satgeze
33bc2452mo ago

v0.2 head: own-regen training data, +49%/+30% relative acceptance at constant volume

satgeze
e012cf92mo ago

Controlled cross-stack A/B: same head, llama.cpp 15.8% vs vLLM 4.3% per-drafted-token under matched conditions; spec-type silent-fallback repro note

satgeze
396501f2mo ago

Loop story complete: DRY mitigation table (rescues >=2.9bpw, not IQ1_S), depth + raw-vs-chat scoping, think-field loop warning

satgeze
ede85ce2mo ago

Add measured loop-rate ladder: this 0.8B target degenerates on long greedy generation at every precision including bf16 (not a quantization effect); DRY mitigation measured

satgeze
3b5a1cd2mo ago

Add draft-width note (default 3 undersells a block-7 head)

satgeze
09b8b2c2mo ago

Correction: refute the quant-tax claim; rewrite consequences with measured evidence; label uncalibrated Q2_K rung

satgeze
b14dcf42mo ago

Link the GGUF capture-training how-to guide

satgeze
d3993362mo ago

vLLM smoke PASSED on 0.25.1 (loads + speculates); Blackwell setup notes; version floor

satgeze
91ff9772mo ago

A/B landed: capture-trained head reproduces HF pipeline (validation); no matched-head advantage at Q8 (expected)

satgeze
ea11f922mo ago

Add measured SPEED-Bench section (Metal, spec vs base, diverse-prompt acceptance); clear from pending list

satgeze
4a10b962mo ago

Card status note: pending rows listed, landing within a day

satgeze
cc420232mo ago

SGLang section: point at tracking issue #30344

satgeze
45e104a2mo ago

Fix vLLM section: DSpark merged in mainline; direct serve command + honest untested marker

satgeze
3e9ca422mo ago

Card raised to 27B standard: own quant-tax ladder (5 rungs incl own-imatrix IQ1_S), economics ladder chart, How-to-run commands, training narrative

satgeze
5551fdc2mo ago

Add Apple Silicon (M3 Max Metal) measured rows: acceptance identical to CUDA, platform economics

satgeze
beba5662mo ago

Replace extrapolated IQ1_S row with measured value (0.074, imatrix-quantized target)

satgeze
c5c5a892mo ago

Add quant-tax finding: acceptance vs target precision (Q8 0.365 / Q2_K 0.22 / ~1-bit ~0.06); match heads to the deployed artifact

satgeze
47044cf2mo ago

Link DeepSpec fork branch (qwen35-lane) used for training

satgeze
4f9b3e82mo ago

Add official DeepSpec eval numbers (9 datasets) + confidence calibration

satgeze
a52f3272mo ago

v0.1 experimental: from-scratch 12K-sample DSpark head + GGUF + honest card

satgeze
31f73e42mo ago

initial commit

satgeze