ebetica commited on
Commit
cc9d422
·
verified ·
1 Parent(s): d83686b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -49,6 +49,12 @@ While all SAE models can be accessed through Hugging Face, only the following fi
49
  - `ESMC-600M-sae-layer27-k64-codebook65536`
50
  - `ESMC-300M-sae-layer23-k64-codebook65536`
51
 
 
 
 
 
 
 
52
  You can access an SAE model through Hugging Face using the code below:
53
 
54
  ```py
 
49
  - `ESMC-600M-sae-layer27-k64-codebook65536`
50
  - `ESMC-300M-sae-layer23-k64-codebook65536`
51
 
52
+ Install `esm` from GitHub (a PyPI release is coming soon):
53
+
54
+ ```
55
+ pip install "esm @ git+https://github.com/Biohub/esm.git@c94ed8d763bbd7088b296949e5b401e8ea12073a"
56
+ ```
57
+
58
  You can access an SAE model through Hugging Face using the code below:
59
 
60
  ```py