Skip to content

Commit

Permalink
Add new L24 checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Jan 17, 2025
1 parent c202eb6 commit 23bc7dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,16 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
supportsCustomSequence: false,
curated: [],
},
"SAE4096-L24-v2": {
storagePath: "4096_layer_sweep/esm2_plm1280_l24_sae4096_k64_auxk640",
description:
"This is has the same dimensions and layer as our original SAE4096-L24, but with a larger training set and K=64 instead of K=128.",
numHiddenDims: 4096,
plmLayer: 24,
defaultDim: 0,
supportsCustomSequence: false,
curated: [],
},
"SAE4096-L28": {
storagePath: "4096_layer_sweep/esm2_plm1280_l28_sae4096_k64_auxk640",
description: "",
Expand Down

0 comments on commit 23bc7dc

Please sign in to comment.