Skip to content

Commit

Permalink
Turn on layer 33 SAE
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Jan 14, 2025
1 parent 4e03b00 commit d28f4dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,15 +414,15 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
defaultDim: 4000,
supportsCustomSequence: true,
},
// "SAE4096-L33": {
// storagePath: "esm2_plm1280_l33_sae4096_aux640",
// description: "",
// numHiddenDims: 4096,
// plmLayer: 33,
// defaultDim: 0,
// supportsCustomSequence: false,
// curated: [],
// },
"SAE4096-L33": {
storagePath: "esm2_plm1280_l33_sae4096_aux640",
description: "",
numHiddenDims: 4096,
plmLayer: 33,
defaultDim: 0,
supportsCustomSequence: false,
curated: [],
},
"SAE4096-L24-ab": {
storagePath: "esm2_plm1280_l24_sae4096_k128_auxk512_antibody_seqs",
description:
Expand Down

0 comments on commit d28f4dd

Please sign in to comment.