arianraje commited on
Commit
071857e
·
verified ·
1 Parent(s): 9319bc0

add provenance README

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: Qwen/Qwen3-4B
4
+ tags: [linear-attention, gated-deltanet, hybrid, distillation, qwen3, on-policy-distillation, wsd]
5
+ ---
6
+
7
+ # qwen3-4b-gdn-otmix-2p0b-opd
8
+
9
+ Model weights of the Qwen3-4B GDN-hybrid on-policy-distillation (OPD) WSD ladder run `qwen-wsd-otmix-h32k-2p0b-v1`
10
+ (W&B id `qwen-otmix-h32k-b200-2p0b-v1-20260904`) at step 11701 / 2,000,169,520 consumed tokens, H=32K.
11
+
12
+ Ladder: OpenThoughts prompt mix (stage3_prompts_v1, ~15% RUG / ~20% general), horizon 32,768, 4x B200 (3-GPU ZeRO-1 trainer + 1 vLLM sampler, gen_batch 256). Each rung = ~200M flat-LR tokens at 2e-5 plus an 839-step (110M-token) linear decay, seeded from the previous rung's pre-decay `end-minus-0839` full state; the first rung seeds from `wsd-flat-ext800-predecay-890M` (pinkskin/qwen3-4b-gdn-wsd-ladder).
13
+
14
+ **LR tail: decayed to 0.** Compare rungs with matching tails.
15
+
16
+ Decayed final of the wsd_qwen_otmix_h32k_b200x4_2p0b rung; the pre-decay full state (end-minus-0839) is kept locally and not uploaded.
17
+
18
+ Custom GDN-hybrid architecture - register before loading (see project repo).
19
+
20
+ Source Git commit: `d86fbef09d35f4e4d7943ec51d2b3732eb1fed46`