Skip to content

Commit

Permalink
Remove second L24 model and trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Feb 2, 2025
1 parent 017ddcc commit 55576b8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,16 +459,6 @@ 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 55576b8

Please sign in to comment.