AmelieSchreiber commited on
Commit
7e76b37
1 Parent(s): 0eb9272

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -27,7 +27,8 @@ tags:
27
  # ESM-2 for General Protein Binding Site Prediction
28
 
29
  This model is trained to predict general binding sites of proteins using only the sequence. This is a finetuned version of
30
- `esm2_t6_8M_UR50D`, trained on [this dataset](https://huggingface.co/datasets/AmelieSchreiber/general_binding_sites). The data is
 
31
  not filtered by family, and thus the model may be overfit to some degree. In the Hugging Face Inference API widget to the right
32
  there are three protein sequence examples. The first is a DNA binding protein truncated to the first 1022 amino acid residues
33
  ([see UniProt entry here](https://www.uniprot.org/uniprotkb/D3ZG52/entry)).
 
27
  # ESM-2 for General Protein Binding Site Prediction
28
 
29
  This model is trained to predict general binding sites of proteins using only the sequence. This is a finetuned version of
30
+ `esm2_t6_8M_UR50D` ([see here](https://huggingface.co/facebook/esm2_t6_8M_UR50D) and [also here](https://huggingface.co/docs/transformers/model_doc/esm)
31
+ for more info on the base model), trained on [this dataset](https://huggingface.co/datasets/AmelieSchreiber/general_binding_sites). The data is
32
  not filtered by family, and thus the model may be overfit to some degree. In the Hugging Face Inference API widget to the right
33
  there are three protein sequence examples. The first is a DNA binding protein truncated to the first 1022 amino acid residues
34
  ([see UniProt entry here](https://www.uniprot.org/uniprotkb/D3ZG52/entry)).