ebetica commited on
Commit
16d0c12
·
verified ·
1 Parent(s): 24fdca1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -58,7 +58,6 @@ pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d
58
  You can access an SAE model through Hugging Face using the code below:
59
 
60
  ```py
61
- # pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d
62
  import torch
63
  from transformers import AutoModel, AutoTokenizer
64
 
 
58
  You can access an SAE model through Hugging Face using the code below:
59
 
60
  ```py
 
61
  import torch
62
  from transformers import AutoModel, AutoTokenizer
63