evillegasgarcia commited on
Commit
c5064e6
·
verified ·
1 Parent(s): f3915b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -4,6 +4,10 @@ tags:
4
  - pytorch_model_hub_mixin
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Library: [More Information Needed]
9
- - Docs: [More Information Needed]
 
 
 
 
 
4
  - pytorch_model_hub_mixin
5
  ---
6
 
7
+ Sparse AutoEncoder trained on the embeddings from layer 3 of the smallest ESM-2 model (esm2_t6_8M_UR50D).
8
+
9
+ ```python
10
+ from sae import SAE_methods
11
+
12
+ sparse_autoencoder = SAE_methods.AutoEncoder.from_pretrained("evillegasgarcia/sae_esm2_6_l3")
13
+ ```