yarongef commited on
Commit
9e3f170
·
1 Parent(s): 2caa86c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -76,4 +76,18 @@ _Triplet_ ([dataset](https://huggingface.co/datasets/yarongef/human_proteome_tri
76
  |:--------------:|:-------:|
77
  | LSTM | 0.61 |
78
  | ProtBert | 0.92 |
79
- | DistilProtBert | 0.87 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  |:--------------:|:-------:|
77
  | LSTM | 0.61 |
78
  | ProtBert | 0.92 |
79
+ | DistilProtBert | 0.87 |
80
+
81
+ ## **Citation**
82
+ If you use this model, please cite our paper:
83
+ ```
84
+ @article {
85
+ author = {Geffen, Yaron and Ofran, Yanay and Unger, Ron},
86
+ title = {DistilProtBert: A distilled protein language model used to distinguish between real proteins and their randomly shuffled counterparts},
87
+ year = {2022},
88
+ doi = {10.1101/2022.05.09.491157},
89
+ URL = {https://www.biorxiv.org/content/early/2022/05/10/2022.05.09.491157},
90
+ eprint = {https://www.biorxiv.org/content/early/2022/05/10/2022.05.09.491157.full.pdf},
91
+ journal = {bioRxiv}
92
+ }
93
+ ```