RadixArk_Kimi-K3-DSpark
RadixArk · View on Hugging Face ↗
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
library_name: transformers pipeline_tag: text-generation tags:
- speculative-decoding
- dspark
- dflash
- specforge
- sglang
- long-context inference: false
Kimi K3 DSpark speculator
Overview
A long-context DSpark speculator for Kimi K3. It supports context lengths of up to 1 million tokens.
A DSpark speculator for the Kimi K3 target, enabling faster inference through speculative decoding. DSpark extends the DFlash parallel-draft backbone with a Markov logit-bias head and a per-position confidence head. This checkpoint was trained with SpecForge using hidden states from a live SGLang target engine.
Model Specifications
- Base model:
moonshotai/Kimi-K3 - Format: Safetensors (single-file BF16, 2,249,289,601 parameters)
- Draft: 5 full-attention Qwen3-style GQA layers, hidden size 7168,
64 query heads / 16 KV heads, and
block_size=7 - Verification width: 1 current token + 7 draft tokens
- Auxiliary target layers:
[7, 23, 51, 67, 83] - Trained context: 65,536 tokens
- Target weights: embedding and unembedding weights are not included
Evaluation Results
acc_len is SGLang's histogram-native request acceptance length, averaged
within each question and then equally across questions.
| Dataset | Questions | acc_len |
|---|---|---|
| SWE-Rebench | 50 | 4.6594 |
| GSM8K | 1,319 | 5.4176 |
| MATH500 | 500 | 4.1329 |
| HumanEval | 164 | 5.5121 |
| MBPP | 257 | 5.1980 |
| MT-Bench | 80 | 3.9342 |
| AIME26 | 30 | 2.9893 |
| RULER V2 1M (MK/MV/QA) | 150 (50 per partition) | 4.2553 |
RULER V2 uses the 1M input configuration. Actual prompts span 1,000,432–1,047,925 tokens; partition acc_len is 4.4658 for MK, 4.3081 for MV, and 3.9919 for QA.
AIME26 acc_len by output length
| Output-token bucket | Questions | Actual output range | acc_len |
|---|---|---|---|
| 0–1K | 13 | 192–885 | 3.1310 |
| 1–2K | 5 | 1,359–1,828 | 2.5773 |
| 2–4K | 6 | 2,210–3,732 | 2.5632 |
| 4–8K | 4 | 5,187–7,750 | 2.7174 |
| 8–16K | 0 | — | — |
| 16–32K | 0 | — | — |
| 32K+ | 2 | 54,545–224,703 | 4.9194 |
Serving with SGLang
SGLang Cookbook provides Kimi K3 deployment recipes.
sglang serve \
--trust-remote-code \
--model-path moonshotai/Kimi-K3 \
--tp-size 8 \
--dcp-size 8 \
--mem-fraction-static 0.85 \
--max-mamba-cache-size 160 \
--max-running-requests 32 \
--cuda-graph-max-bs-decode 32 \
--reasoning-parser kimi_k3 \
--tool-call-parser kimi_k3 \
--host 0.0.0.0 \
--port 30000 \
--speculative-algorithm DSPARK \
--speculative-draft-model-path RadixArk/Kimi-K3-DSpark \
--speculative-dspark-block-size 7 \
--speculative-draft-attention-backend trtllm_mha \
--enable-linear-replayssm-spec \
--context-length 1048576 \
--chunked-prefill-size 16384
YaRN-16 is enabled in the published draft config by default with original_max_position_embeddings=65536 and max_position_embeddings=1048576; no separate draft config override is
required.
Training Details
- Framework: SpecForge online distillation, with hidden states captured from a frozen Kimi K3 target served by a live SGLang engine. Draft trained from random initialization.
- Loss:
0.1 CE + 0.9 L1 distillation + 1.0 confidence BCE, decay gamma 4.0, with 512 sampled anchors per sequence andblock_size=7. - Topology: 4 nodes × 4 GB300 (16 ranks) — 2 × TP8 target replicas, DP2 sampler, FSDP16
SHARD_GRAD_OPon the draft, TP-batch scatter. Batch 8 per replica × 32 accumulation steps × 2 replicas = global batch 512.
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:7acac9225d7c25f53653b78bd7cb66639f109251&dn=RadixArk_Kimi-K3-DSparkOpen magnet in torrent client · infohash 7acac9225d7c25f53653b78bd7cb66639f109251
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 3.8 KB (3,899 B) | 9227dbfe7056e55b09da674294920c01b854ef9d | 22b64d04df857096a6fa0d2f1e7dbd40275973e999be9358a067211dec4bdf0a |
| config.json | 1.3 KB (1,352 B) | 6dbf81a39f7760c2c42a32cc972bc6b431ccce9e | 410dd228c75ff91b57af8a1581d44d2ea096d5604f0d37fbd400470e90d961d3 |
| dflash.py | 18.6 KB (19,080 B) | 28992c82a9855e4a539354984e384c9c6039d715 | 1b8fcdf0e1b84eb0faeeabce2e1c8cd5eb469f50892ae31695451cd03f3f6a80 |
| dspark.py | 6.2 KB (6,346 B) | 3d7bda332deb48ed7772e7a4fc7d7fc758bf1f6a | 805928129fe98c809f4cd130ef91c8942ef3cc27392980250d0a967cec106351 |
| model.safetensors | 4.19 GB (4,498,585,858 B) | ea81705520df42e0e3900c920ba2578b09fa64fa | ecd746459b4a603ce0d2c64f73935efead29bd651b14439b99e57ee8b41b77ca |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/RadixArk_Kimi-K3-DSpark/
- Slug
- RadixArk_Kimi-K3-DSpark
- Infohash
- 7acac9225d7c25f53653b78bd7cb66639f109251
- License
- no license recorded
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: RadixArk_Kimi-K3-DSpark.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | RadixArk/Kimi-K3-DSpark |
|---|---|
| Revision (pinned) | 3c5bac301d9cf392706189d82ed947feca6c2f0f |
| Fetched at | 2026-09-03T20:05:52Z |
| License at fetch | no license recorded |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-03T20:06:34Z
no license recorded4.19 GB (4,498,616,535 bytes)transformerssafetensorsqwen3feature-extractionspeculative-decodingdsparkdflashspecforgesglanglong-contexttext-generationcustom_codetext-generation-inference