Skip to content

Commit

Permalink
Upgrade more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Feb 2, 2025
1 parent 714eb37 commit 97a5625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
VITE_RUNPOD_API_KEY: ${{ secrets.VITE_RUNPOD_API_KEY }}
run: cd viz && pnpm run build && echo "interprot.com" > ./dist/CNAME
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload dist repository
path: "viz/dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
3 changes: 2 additions & 1 deletion viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
},
"SAE4096-L12": {
storagePath: "4096_layer_sweep/esm2_plm1280_l12_sae4096_k64_auxk640",
description: "",
description:
"This SAE was trained on layer 12 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: 12,
defaultDim: 0,
Expand Down

0 comments on commit 97a5625

Please sign in to comment.