qilowoq commited on
Commit
3ffd2f8
1 Parent(s): 4927150

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
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