yarongef commited on
Commit
dc98dd8
1 Parent(s): 4d1a1db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -48,4 +48,30 @@ When fine-tuned on downstream tasks, this model achieves the following results:
48
  | CASP12 | 72 | |
49
  | TS115 | 81 | |
50
  | CB513 | 79 | |
51
- | DeepLoc | | 86 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  | CASP12 | 72 | |
49
  | TS115 | 81 | |
50
  | CB513 | 79 | |
51
+ | DeepLoc | | 86 |
52
+
53
+ Distinguish between proteins and their k-let shuffled versions:
54
+
55
+ _Singlet_
56
+
57
+ | Model | AUC |
58
+ |:--------------:|:-------:|
59
+ | LSTM | 0.71 |
60
+ | ProtBert | 0.93 |
61
+ | DistilProtBert | 0.92 |
62
+
63
+ _Doublet_
64
+
65
+ | Model | AUC |
66
+ |:--------------:|:-------:|
67
+ | LSTM | 0.68 |
68
+ | ProtBert | 0.92 |
69
+ | DistilProtBert | 0.91 |
70
+
71
+ _Triplet_
72
+
73
+ | Model | AUC |
74
+ |:--------------:|:-------:|
75
+ | LSTM | 0.61 |
76
+ | ProtBert | 0.92 |
77
+ | DistilProtBert | 0.87 |