Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,12 @@ 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 antibody sequence in PyTorch:
|
29 |
|
30 |
```python
|
|
|
25 |
|
26 |
### How to use
|
27 |
|
28 |
+
Since this is a custom model, you need to install additional dependencies:
|
29 |
+
|
30 |
+
```python
|
31 |
+
pip install ablang
|
32 |
+
```
|
33 |
+
|
34 |
Here is how to use this model to get the features of a given antibody sequence in PyTorch:
|
35 |
|
36 |
```python
|