gabrielbianchin commited on
Commit
6116c49
·
verified ·
1 Parent(s): 55a1630

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
 
15
  This model corresponds to the MolDeBERTa small architecture pretrained on the 123M dataset using the contrastive MTR pretraining objective.
16
 
17
- \[[Github Repo](https://github.com/pcdslab/MolDeBERTa)\] | \[[Dataset on HuggingFace](https://huggingface.co/datasets/SaeedLab/MolDeBERTa)\] | \[[Model Collection](https://huggingface.co/collections/SaeedLab/moldeberta)\] | \[[Cite](#citation)\]
18
 
19
  ## Abstract
20
 
@@ -64,7 +64,18 @@ print(embeddings.shape)
64
 
65
  ## Citation
66
 
67
- The paper is under review. As soon as it is accepted, we will update this section.
 
 
 
 
 
 
 
 
 
 
 
68
 
69
  ## License
70
 
 
14
 
15
  This model corresponds to the MolDeBERTa small architecture pretrained on the 123M dataset using the contrastive MTR pretraining objective.
16
 
17
+ \[[Paper](https://www.biorxiv.org/content/10.64898/2026.02.15.706011v2)\] | \[[Github Repo](https://github.com/pcdslab/MolDeBERTa)\] | \[[Dataset on HuggingFace](https://huggingface.co/datasets/SaeedLab/MolDeBERTa)\] | \[[Model Collection](https://huggingface.co/collections/SaeedLab/moldeberta)\] | \[[Cite](#citation)\]
18
 
19
  ## Abstract
20
 
 
64
 
65
  ## Citation
66
 
67
+ If you use MolDeBERTa in your research, please cite:
68
+
69
+ ```bibtex
70
+ @article{moldeberta2026,
71
+ title = {MolDeBERTa: Foundational Model for Physicochemical and Substructure-Informed Molecular Representation Learning},
72
+ author = {Oliveira, Gabriel Bianchin de and Saeed, Fahad},
73
+ journal = {bioRxiv},
74
+ year = {2026},
75
+ doi = {10.64898/2026.02.15.706011},
76
+ url = {https://doi.org/10.64898/2026.02.15.706011}
77
+ }
78
+ ```
79
 
80
  ## License
81