Views
No views yet
sammyliu/qwen3-8b-sae-l36-topk64Qwen/Qwen3-8Bb968826layers.35l36409665536k=64step-0700002,293,760,000safetensors, PyTorch .pt, ONNX, and raw tensor filesmodel.safetensors: primary checkpoint for loading the SAE weights and metadata.model.metadata.json: architecture, normalization, model, and training metadata.model.pt: PyTorch checkpoint export.model.onnx: ONNX export.W_enc, W_dec, b_enc, b_dec: raw tensors for lightweight custom loaders.release_manifest.json: release inventory and provenance summary.reverse-index/l36-complete-merged/summary.json: run summary and provenance.reverse-index/l36-complete-merged/feature_metrics.parquet: one row per SAE feature.reverse-index/l36-complete-merged/feature_prompts.parquet: top prompt examples for active features.reverse-index/l36-complete-merged/report.md: Markdown summary of the reverse index.978,471 LMSYS conversations and
280,280,758 activation records. It found 29,568 active features and stores
145,512 top prompt rows.1from huggingface_hub import hf_hub_download
2
3repo_id = "sammyliu/qwen3-8b-sae-l36-topk64"
4
5sae_path = hf_hub_download(repo_id, "model.safetensors")
6metadata_path = hf_hub_download(repo_id, "model.metadata.json")
7feature_metrics_path = hf_hub_download(
8 repo_id,
9 "reverse-index/l36-complete-merged/feature_metrics.parquet",
10)
11feature_prompts_path = hf_hub_download(
12 repo_id,
13 "reverse-index/l36-complete-merged/feature_prompts.parquet",
14)samliu/qwen-3-8b-interpretability.k sparsity directly. The sparsity
target is explicit, rather than mediated through an L1 coefficient or
JumpReLU's L0 penalty coefficient.lmsys/lmsys-chat-1msammyliu/qwen3-8b-activations-l20-l36Qwen/Qwen3-8Bb968826sdpahttps://wandb.ai/samliu/qwen3-sae-l36/runs/ee01t73n2026-04-11T20:51:55Zmodel.metadata.json preserves the exact normalizer statistics
used by the checkpoint, including full input_mean and input_std vectors.20260411-dual-a100-hf-fix22Adam(beta1=0.9,beta2=0.999)0.0003327680.031255121,000,00048819216bfloat16expandable_segments:Truesafetensors, .pt,
and ONNX.save_every: 5000best_checkpoint_count: 3best_checkpoint_metric: lossbest_checkpoint_mode: minexport_formats: ["safetensors", "pt", "onnx"]30000, 50000, 6500030000, 50000, 70000step-065000, but the
rescue-volume static mirror preserved a later retained export at step-070000.
This published repo uses that preserved step-070000 export.model.safetensorssammyliu/qwen3-8b-activations-l20-l36lmsys/lmsys-chat-1ml36layers.35327688 tokens5978,471280,280,75829,568feature_metrics.parquet contains per-feature firing and activation metrics.
feature_prompts.parquet contains top activation examples with token and
conversation context. The examples are not labels; they are evidence for human
or LLM-assisted interpretation.step-005000: intrinsic fve=0.694073, mse=0.323483, dead=38315,
records=131366; core-plus ce_score=0.765003, kl_score=0.948459,
tokens=106step-010000: intrinsic fve=0.701040, mse=0.316117, dead=37915,
records=131366; core-plus ce_score=0.771135, kl_score=0.949418,
tokens=106step-070000 checkpoint was selected from retained training
exports, not from the early smoke-eval checkpoints.Qwen/Qwen3-8B at revision b968826layers.35lmsys/lmsys-chat-1msammyliu/qwen3-8b-activations-l20-l36d_sae=65536 and k=64model.metadata.json74670, FVE 0.7188, and 36,645 dead features. The published checkpoint is
earlier than the halted step because only retained exports were guaranteed to
survive the rescue.