Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ The model could be used for protein feature extraction or to be fine-tuned on do
|
|
28 |
Here is how to use this model to get the features of a given protein sequence in PyTorch:
|
29 |
|
30 |
```python
|
31 |
-
from transformers import
|
32 |
|
33 |
tokenizer = AutoTokenizer.from_pretrained('qilowoq/AbLang_heavy')
|
34 |
model = AutoModel.from_pretrained('qilowoq/AbLang_heavy', trust_remote_code=True)
|
|
|
28 |
Here is how to use this model to get the features of a given protein sequence in PyTorch:
|
29 |
|
30 |
```python
|
31 |
+
from transformers import AutoModel, AutoTokenizer
|
32 |
|
33 |
tokenizer = AutoTokenizer.from_pretrained('qilowoq/AbLang_heavy')
|
34 |
model = AutoModel.from_pretrained('qilowoq/AbLang_heavy', trust_remote_code=True)
|