Update README.md
Browse files
README.md
CHANGED
|
@@ -44,3 +44,16 @@ model = GNN(
|
|
| 44 |
)
|
| 45 |
|
| 46 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
)
|
| 45 |
|
| 46 |
```
|
| 47 |
+
|
| 48 |
+
## Citation
|
| 49 |
+
|
| 50 |
+
If you use Suiren models, please cite the relevant papers for the underlying models.
|
| 51 |
+
|
| 52 |
+
```
|
| 53 |
+
@article{an2026suiren,
|
| 54 |
+
title={Suiren-1.0 Technical Report: A Family of Molecular Foundation Models},
|
| 55 |
+
author={An, Junyi and Lu, Xinyu and Shi, Yun-Fei and Xu, Li-Cheng and Zhang, Nannan and Qu, Chao and Qi, Yuan and Cao, Fenglei},
|
| 56 |
+
journal={arXiv preprint arXiv:2603.21942},
|
| 57 |
+
year={2026}
|
| 58 |
+
}
|
| 59 |
+
```
|