AmelieSchreiber commited on
Commit
b388746
·
1 Parent(s): b7be591

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -11,7 +11,8 @@ This is a very new method for clustering protein-protein complexes.
11
 
12
  ## Using the Model
13
  To use the model, we follow [this blog post](https://huggingface.co/blog/AmelieSchreiber/protein-binding-partners-with-esm2).
14
- Below we see how to use the model for ranking potential binders for a target protein of interest.
 
15
 
16
  ```python
17
  import numpy as np
 
11
 
12
  ## Using the Model
13
  To use the model, we follow [this blog post](https://huggingface.co/blog/AmelieSchreiber/protein-binding-partners-with-esm2).
14
+ Below we see how to use the model for ranking potential binders for a target protein of interest. The lower the MLM loss average,
15
+ the more likely the two proteins are to interact with one another.
16
 
17
  ```python
18
  import numpy as np