Update README.md
Browse files
README.md
CHANGED
@@ -26,12 +26,6 @@ The model could be used for protein feature extraction or to be fine-tuned on do
|
|
26 |
|
27 |
Here is how to use this model to get the features of a given antibody sequence in PyTorch:
|
28 |
|
29 |
-
```python
|
30 |
-
pip install ablang
|
31 |
-
```
|
32 |
-
|
33 |
-
Here is how to use this model to get the features of a given antibody sequence in PyTorch:
|
34 |
-
|
35 |
```python
|
36 |
from transformers import AutoModel, AutoTokenizer
|
37 |
|
|
|
26 |
|
27 |
Here is how to use this model to get the features of a given antibody sequence in PyTorch:
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
```python
|
30 |
from transformers import AutoModel, AutoTokenizer
|
31 |
|