Skip to content

Commit

Permalink
Bump and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Feb 2, 2025
1 parent 55576b8 commit 948ce2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
path: "./viz/dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
3 changes: 2 additions & 1 deletion viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
},
"SAE4096-L4": {
storagePath: "4096_layer_sweep/esm2_plm1280_l4_sae4096_k64_auxk640",
description: "",
description:
"This SAE was trained on layer 4 of [ESM2-650M](https://huggingface.co/facebook/esm2_t33_650M_UR50D) using sequences from [UniRef50](https://www.uniprot.org/help/uniref) and has 4096 hidden dimensions. Click on a feature below to visualize its activation pattern.",
numHiddenDims: 4096,
plmLayer: 4,
defaultDim: 0,
Expand Down

0 comments on commit 948ce2b

Please sign in to comment.