Views
No views yet
sammyliu/qwen3-8b-sae-l20-topk64Qwen/Qwen3-8Bb968826layers.19l20409665536k=64step-0500001,638,400,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/l20-complete-merged/summary.json: run summary and provenance.reverse-index/l20-complete-merged/feature_metrics.parquet: one row per SAE feature.reverse-index/l20-complete-merged/feature_prompts.parquet: top prompt examples for active features.reverse-index/l20-complete-merged/report.md: Markdown summary of the reverse index.978,471 LMSYS conversations and
280,280,758 activation records. It found 21,424 active features and stores
105,498 top prompt rows.1from huggingface_hub import hf_hub_download
2
3repo_id = "sammyliu/qwen3-8b-sae-l20-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/l20-complete-merged/feature_metrics.parquet",
10)
11feature_prompts_path = hf_hub_download(
12 repo_id,
13 "reverse-index/l20-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-l20/runs/3bt1m6mu2026-04-11T20:52:04Zmodel.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, 35000, 50000step-050000, the latest retained export present in
the rescue-volume mirror.model.safetensorssammyliu/qwen3-8b-activations-l20-l36lmsys/lmsys-chat-1ml20layers.19327688 tokens5978,471280,280,75821,424feature_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.661391, mse=0.398458, dead=45286,
records=131363; core-plus ce_score=1.000000, kl_score=0.954925,
tokens=106step-010000: intrinsic fve=0.664809, mse=0.394436, dead=45036,
records=131363; core-plus ce_score=1.000000, kl_score=0.961081,
tokens=106step-050000 checkpoint was selected from retained training
exports, not from the early smoke-eval checkpoints.Qwen/Qwen3-8B at revision b968826layers.19lmsys/lmsys-chat-1msammyliu/qwen3-8b-activations-l20-l36d_sae=65536 and k=64model.metadata.json77170, FVE 0.6350, and 44,562 dead features. The published checkpoint is
earlier because only retained exports were guaranteed to survive the rescue.