qilowoq commited on
Commit
0f2ad6a
1 Parent(s): 5b022c8

Update README.md

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