lhallee commited on
Commit
ae28e64
·
verified ·
1 Parent(s): 895e3ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ ESM++ is a faithful implementation of [ESMC](https://www.evolutionaryscale.ai/bl
8
  The small version corresponds to the 300 million parameter version of ESMC.
9
 
10
 
11
- ## Use with transformers
12
  ```python
13
  from transformers import AutoModelForMaskedLM #AutoModel also works
14
  model = AutoModelForMaskedLM.from_pretrained('Synthyra/ESMplusplus_small', trust_remote_code=True)
 
8
  The small version corresponds to the 300 million parameter version of ESMC.
9
 
10
 
11
+ ## Use with 🤗 transformers
12
  ```python
13
  from transformers import AutoModelForMaskedLM #AutoModel also works
14
  model = AutoModelForMaskedLM.from_pretrained('Synthyra/ESMplusplus_small', trust_remote_code=True)