ttupper75035 commited on
Commit
431c682
·
verified ·
1 Parent(s): a57ec87

Add self-describing model card (mtp-sidecar)

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-V3.2-Exp-Base
3
+ tags:
4
+ - mtp-sidecar
5
+ - skulk
6
+ - foxlight
7
+ license: mit
8
+ foxlight:
9
+ artifact_type: mtp-sidecar
10
+ source_repo: deepseek-ai/DeepSeek-V3.2-Exp-Base
11
+ source_revision: b21ef155036dfbbd6d49013a345d31d5f5e38c89
12
+ target_model: deepseek-ai/DeepSeek-V3.2-Exp-Base
13
+ extracted_with: skulk-weights-publisher 0.1.0
14
+ generated_at: '2026-06-04T04:25:45Z'
15
+ ---
16
+
17
+ # FoxlightAI/deepseek-v3-2-exp-base-mtp
18
+
19
+ This repository contains an **MTP speculative-decoding sidecar** derived from [`deepseek-ai/DeepSeek-V3.2-Exp-Base`](https://huggingface.co/deepseek-ai/DeepSeek-V3.2-Exp-Base). It is **not a standalone model** — it provides the multi-token-prediction heads used by [Skulk](https://github.com/Foxlight-Foundation/Skulk) to speculatively decode for the target model **`deepseek-ai/DeepSeek-V3.2-Exp-Base`**. The heads ship at full precision (**bf16, unquantized**) — they are the speculative drafter, where precision drives draft acceptance — so there is **one sidecar per base model** and it serves **every quantization** of the target.
20
+
21
+ ## Provenance
22
+
23
+ | Field | Value |
24
+ | --- | --- |
25
+ | Artifact type | mtp-sidecar |
26
+ | Source model | `deepseek-ai/DeepSeek-V3.2-Exp-Base` |
27
+ | Source revision | `b21ef155036dfbbd6d49013a345d31d5f5e38c89` |
28
+ | Target model | `deepseek-ai/DeepSeek-V3.2-Exp-Base` |
29
+ | Extracted with | skulk-weights-publisher `0.1.0` |
30
+ | Generated | 2026-06-04T04:25:45Z |
31
+
32
+ ## Usage
33
+
34
+ Skulk loads this sidecar (`mtp.safetensors`) alongside the target model to enable MTP speculative decoding. It is referenced from the Skulk Weights Publisher catalog and fetched automatically by the Skulk shard downloader; it is not intended to be loaded standalone.
35
+
36
+ ## License
37
+
38
+ This artifact is derived from [`deepseek-ai/DeepSeek-V3.2-Exp-Base`](https://huggingface.co/deepseek-ai/DeepSeek-V3.2-Exp-Base) and is published under that model's original license (**mit**), preserved unchanged. Refer to the source model's card for the full terms.