Skip to content

Commit

Permalink
Add layer 4
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Jan 24, 2025
1 parent 77d232b commit b67e10b
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 @@ -414,6 +414,15 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
defaultDim: 4000,
supportsCustomSequence: true,
},
"SAE4096-L4": {
storagePath: "4096_layer_sweep/esm2_plm1280_l4_sae4096_k64_auxk640",
description: "",
numHiddenDims: 4096,
plmLayer: 4,
defaultDim: 0,
supportsCustomSequence: false,
curated: [],
},
"SAE4096-L8": {
storagePath: "4096_layer_sweep/esm2_plm1280_l8_sae4096_k64_auxk640",
description: "",
Expand Down

0 comments on commit b67e10b

Please sign in to comment.