CoolFace
Datasetpublic

juiceb0xc0de/smollm2-135m-instruct-SAE

Layer EV Mean L0 Recon Loss Dead % 0 0.9480 48.74 0.2074 0.0 1 0.9599 43.65 0.3298 0.0 2 0.9631 46.81 0.5021 0.0 3 0.9508 46.56 0.7462 0.0 4 0.9463 46.23 0.8936 0.0 5 0.9350 47.57 1.1605 0.0 6 0.9306 48.44 1.3838 0.0 7 0.9318 49.51 1.5446 0.0 8 0.9432 46.52 1.6598 0.0 9 0.9373 47.15 2.0706 0.0 10 0.9348 45.53 2.2983 0.0 11 0.9905 48.58 5.8113 0.0 12 0.9901 48.42 6.1039 0.0 13 0.9891 46.15 6.9692 0.0 14 0.9884 44.76 7.1844 0.0 15 0.9863 47.63 8.6521 0.0… See the full description on the dataset page: https://huggingface.co/datasets/juiceb0xc0de/smollm2-135m-instruct-SAE.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes180downloads
Dataset Card
LayerEVMean L0Recon LossDead %
00.948048.740.20740.0
10.959943.650.32980.0
20.963146.810.50210.0
30.950846.560.74620.0
40.946346.230.89360.0
50.935047.571.16050.0
60.930648.441.38380.0
70.931849.511.54460.0
80.943246.521.65980.0
90.937347.152.07060.0
100.934845.532.29830.0
110.990548.585.81130.0
120.990148.426.10390.0
130.989146.156.96920.0
140.988444.767.18440.0
150.986347.638.65210.0
160.984043.4510.1790.0
170.980845.8812.3630.0
180.981147.1712.3000.0
190.977546.2315.5210.0
200.972648.2318.7270.0
210.966746.4924.8170.0
220.959446.1531.1280.0
230.941845.1347.9360.0
240.939745.3557.9310.0
250.929946.3374.4130.0
260.921245.3292.7270.0
270.913945.69118.750.0
280.880946.56129.830.0
290.881252.01196.360.0

Highlights:

  • —Dead features: 0.0% across all 30 layers. Not averaged. Every single layer.
  • —Mid layers 11–18: EV above 0.98, peaking at 0.9905 on layer 11
  • —L0 stayed tight: 43.45–52.01 against a target of 50
  • —Mean EV across all layers: 0.9519

SAE training

Target L0 of 50, rolling-HF capture, 500 pool batches, 5000 max steps, 32,768 tokens per microbatch. Custom trainer — built from scratch for this run, not adapted from an existing library. The full training log and per-layer breakdown live in `smollm2-135-instruct-SAE-trainer.md`. The raw Modal terminal output is preserved in `smollm2-135-instruct-SAE-trainer.raw.log`.

Layer 29 needed a separate pass due to an off-by-one in the layer range argument — 0,29 trained layers 0–28, not 0–29. It still converged clean — EV 0.8812, L0 52.01, 0 dead features.