Update README.md
Browse files
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)
|