shahrukhx01 commited on
Commit
8430c38
1 Parent(s): c8d4a44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -25,4 +25,26 @@ Introduces contrastive learning alongside multi-task regression, and masked lang
25
  - Pretrain BART model with Denoising objective on noised Guacamol dataset
26
 
27
 
28
- Fore more details please see our [github repository](https://github.com/uds-lsv/enumeration-aware-molecule-transformers).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  - Pretrain BART model with Denoising objective on noised Guacamol dataset
26
 
27
 
28
+ Fore more details please see our [github repository](https://github.com/uds-lsv/enumeration-aware-molecule-transformers).
29
+ ### Virtual Screening Benchmark ([Github Repository](https://github.com/MoleculeTransformers/rdkit-benchmarking-platform-transformers))
30
+
31
+ original version presented in
32
+ S. Riniker, G. Landrum, J. Cheminf., 5, 26 (2013),
33
+ DOI: 10.1186/1758-2946-5-26,
34
+ URL: http://www.jcheminf.com/content/5/1/26
35
+
36
+ extended version presented in
37
+ S. Riniker, N. Fechner, G. Landrum, J. Chem. Inf. Model., 53, 2829, (2013),
38
+ DOI: 10.1021/ci400466r,
39
+ URL: http://pubs.acs.org/doi/abs/10.1021/ci400466r
40
+
41
+ ## Model List
42
+
43
+ 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).
44
+ | Model | Type |AUROC| BEDROC|
45
+ |:-------------------------------|:--------:|:--------:|:--------:|
46
+ | [UdS-LSV/smole-bert](https://huggingface.co/UdS-LSV/smole-bert) | `Bert`|0.615 | 0.225 |
47
+ | [UdS-LSV/smole-bert-mtr](https://huggingface.co/UdS-LSV/smole-bert-mtr) | `Bert`|0.621 | 0.262 |
48
+ | [UdS-LSV/smole-bart](https://huggingface.co/UdS-LSV/smole-bart) | `Bart`|0.660 | 0.263 |
49
+ | [UdS-LSV/muv2x-simcse-smole-bart](https://huggingface.co/UdS-LSV/muv2x-simcse-smole-bert) | `Simcse`|0.697 | 0.270 |
50
+ | [UdS-LSV/siamese-smole-bert-muv-1x](https://huggingface.co/UdS-LSV/siamese-smole-bert-muv-1x) | `SentenceTransformer`|0.673 | 0.274 |