Read-only interpretability study of MoE expert routing (43 layers × 256 routed experts, top-6) across religious corpora, running TP2 on a DGX Spark (GB10) pair. No weights modified.
Site (wiki + narrative): https://0xsero.github.io/dsv4-reap-routing/
All observations, J-lens probes, corpus manifests, analysis and code live in a
single private HF dataset (access on request):
0xSero/deepseek-v4-flash-reap — https://huggingface.co/datasets/0xSero/deepseek-v4-flash-reap
| Subdataset | Contents |
|---|---|
observations/religious-8text/ | REAP activations, 8 scriptures (1,482 records) |
observations/christian-wave1/ | Christian literature, 1,267 records / 20.4M tokens |
jlens/ | Logit-lens + bounded Jacobians, 80 samples × 8 traditions |
corpus/manifests/, corpus/theology/ | Corpus manifests + theology scraping manifests (~113M tokens scraped: Jesus, Lucifer, Judaism, Moloch, Saturn) |
analysis/ | Rankings, Jaccard matrices, robustness checks (incl. permutation-confound kill) |
code/ | Sanitized harness scripts |
Large raw archives are also on GitHub Releases (raw-observations-v1,
christian-wave1-v1).
The observation harness ships as a container (build from this repo — see
Dockerfile / docker-compose.yml). Base image
ghcr.io/anemll/dspark-vllm-gx10:0.1.1 (GB10/sm121a). One rank per node,
NCCL over the ConnectX link; run_full_observation.sh orchestrates both ranks.
docker build -t dsv4-reap-obs:latest .
docker run -d --name obs-r0 --privileged --network host \
-v $CKPT:/ckpt -v $OBS:/obs-religious \
-e RANK=0 -e WORLD_SIZE=2 -e MASTER_ADDR=10.0.1.1 dsv4-reap-obs:latest
EXPERIMENTS.md.39 commits
Python
57.1%
HTML
36.5%
Shell
5.2%
CSS
1.0%
Read-only interpretability study of MoE expert routing (43 layers × 256 routed experts, top-6) across religious corpora, running TP2 on a DGX Spark (GB10) pair. No weights modified.
Site (wiki + narrative): https://0xsero.github.io/dsv4-reap-routing/
All observations, J-lens probes, corpus manifests, analysis and code live in a
single private HF dataset (access on request):
0xSero/deepseek-v4-flash-reap — https://huggingface.co/datasets/0xSero/deepseek-v4-flash-reap
| Subdataset | Contents |
|---|---|
observations/religious-8text/ | REAP activations, 8 scriptures (1,482 records) |
observations/christian-wave1/ | Christian literature, 1,267 records / 20.4M tokens |
jlens/ | Logit-lens + bounded Jacobians, 80 samples × 8 traditions |
corpus/manifests/, corpus/theology/ | Corpus manifests + theology scraping manifests (~113M tokens scraped: Jesus, Lucifer, Judaism, Moloch, Saturn) |
analysis/ | Rankings, Jaccard matrices, robustness checks (incl. permutation-confound kill) |
code/ | Sanitized harness scripts |
Large raw archives are also on GitHub Releases (raw-observations-v1,
christian-wave1-v1).
The observation harness ships as a container (build from this repo — see
Dockerfile / docker-compose.yml). Base image
ghcr.io/anemll/dspark-vllm-gx10:0.1.1 (GB10/sm121a). One rank per node,
NCCL over the ConnectX link; run_full_observation.sh orchestrates both ranks.
docker build -t dsv4-reap-obs:latest .
docker run -d --name obs-r0 --privileged --network host \
-v $CKPT:/ckpt -v $OBS:/obs-religious \
-e RANK=0 -e WORLD_SIZE=2 -e MASTER_ADDR=10.0.1.1 dsv4-reap-obs:latest
EXPERIMENTS.md.39 commits
Python
57.1%
HTML
36.5%
Shell
5.2%
CSS
1.0%