AmelieSchreiber commited on
Commit
e0fc34c
1 Parent(s): 3975a11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -4,6 +4,10 @@ license: mit
4
 
5
  # ESM-2 for Predicting Binding Sites
6
 
 
 
 
 
7
  ## Using the Model
8
 
9
  ```python
 
4
 
5
  # ESM-2 for Predicting Binding Sites
6
 
7
+ This is the 650M parameter version of ESM-2, finetuned with QLoRA to predict binding sites of proteins based on single sequences alone.
8
+ No multiple sequence alignement is required. The embeddings from this model can also be used in structural models. The model is trained on
9
+ approximately 12M protein sequences, with an 80/20 train/test split.
10
+
11
  ## Using the Model
12
 
13
  ```python