shahrukhx01 commited on
Commit
6ae58f8
1 Parent(s): 0c54fcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -29,3 +29,25 @@ Introduces contrastive learning alongside multi-task regression, and masked lang
29
  Fore more details please see our [github repository](https://github.com/uds-lsv/enumeration-aware-molecule-transformers).
30
 
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  Fore more details please see our [github repository](https://github.com/uds-lsv/enumeration-aware-molecule-transformers).
30
 
31
 
32
+ ### Virtual Screening Benchmark ([Github Repository](https://github.com/MoleculeTransformers/rdkit-benchmarking-platform-transformers))
33
+
34
+ original version presented in
35
+ S. Riniker, G. Landrum, J. Cheminf., 5, 26 (2013),
36
+ DOI: 10.1186/1758-2946-5-26,
37
+ URL: http://www.jcheminf.com/content/5/1/26
38
+
39
+ extended version presented in
40
+ S. Riniker, N. Fechner, G. Landrum, J. Chem. Inf. Model., 53, 2829, (2013),
41
+ DOI: 10.1021/ci400466r,
42
+ URL: http://pubs.acs.org/doi/abs/10.1021/ci400466r
43
+
44
+ ## Model List
45
+
46
+ Our released models are listed as following. You can import these models by using the `smiles-featurizers` package or using [HuggingFace's Transformers](https://github.com/huggingface/transformers).
47
+ | Model | Type |AUROC| BEDROC|
48
+ |:-------------------------------|:--------:|:--------:|:--------:|
49
+ | [UdS-LSV/smole-bert](https://huggingface.co/UdS-LSV/smole-bert) | `Bert`|0.615 | 0.225 |
50
+ | [UdS-LSV/smole-bert-mtr](https://huggingface.co/UdS-LSV/smole-bert-mtr) | `Bert`|0.621 | 0.262 |
51
+ | [UdS-LSV/smole-bart](https://huggingface.co/UdS-LSV/smole-bart) | `Bart`|0.660 | 0.263 |
52
+ | [UdS-LSV/muv2x-simcse-smole-bart](https://huggingface.co/UdS-LSV/muv2x-simcse-smole-bert) | `Simcse`|0.697 | 0.270 |
53
+ | [UdS-LSV/siamese-smole-bert-muv-1x](https://huggingface.co/UdS-LSV/siamese-smole-bert-muv-1x) | `SentenceTransformer`|0.673 | 0.274 |