Skip to content

Commit

Permalink
Try fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Feb 2, 2025
1 parent 948ce2b commit 714eb37
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 @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload dist repository
path: "./viz/dist"
path: "viz/dist"
- name: Deploy to GitHub Pages
id: deployment
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 @@ -426,7 +426,8 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
},
"SAE4096-L8": {
storagePath: "4096_layer_sweep/esm2_plm1280_l8_sae4096_k64_auxk640",
description: "",
description:
"This SAE was trained on layer 8 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: 8,
defaultDim: 0,
Expand Down

0 comments on commit 714eb37

Please sign in to comment.