Skip to content

Commit

Permalink
Add L20 checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Jan 19, 2025
1 parent d391100 commit fcb7a28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,15 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
supportsCustomSequence: false,
curated: [],
},
"SAE4096-L20": {
storagePath: "4096_layer_sweep/esm2_plm1280_l20_sae4096_k64_auxk640",
description: "",
numHiddenDims: 4096,
plmLayer: 20,
defaultDim: 0,
supportsCustomSequence: false,
curated: [],
},
"SAE4096-L24-v2": {
storagePath: "4096_layer_sweep/esm2_plm1280_l24_sae4096_k64_auxk640",
description:
Expand Down

0 comments on commit fcb7a28

Please sign in to comment.