Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ The model could be used for protein feature extraction or to be fine-tuned on do
|
|
25 |
|
26 |
### How to use
|
27 |
|
28 |
-
Here is how to use this model to get the features of a given
|
29 |
|
30 |
```python
|
31 |
from transformers import AutoModel, AutoTokenizer
|
|
|
25 |
|
26 |
### How to use
|
27 |
|
28 |
+
Here is how to use this model to get the features of a given antibody sequence in PyTorch:
|
29 |
|
30 |
```python
|
31 |
from transformers import AutoModel, AutoTokenizer
|