yarongef commited on
Commit
2ceed49
·
1 Parent(s): 405d721

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,6 +9,6 @@ datasets:
9
 
10
  # DistilProtBert model
11
 
12
- Pretrained model on protein sequences using a masked language modeling (MLM) objective. It was introduced in
13
- [this paper]() and first released in
14
  [this repository](). This model is trained on uppercase amino acids: it only works with capital letter amino acids.
 
9
 
10
  # DistilProtBert model
11
 
12
+ Distilled protein language of [ProtBert](https://huggingface.co/Rostlab/prot_bert) pretrained on protein sequences using a masked language modeling (MLM) objective. It was introduced in
13
+ [this paper]() and can be used by this
14
  [this repository](). This model is trained on uppercase amino acids: it only works with capital letter amino acids.