Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- jablonkagroup/ACEMol-Pretrain
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# ACE-Mol-Pretrain
|
| 10 |
+
|
| 11 |
+
This collection is pre-trained data used to pre-train ACE-Mol and ACE-Mol-light.
|
| 12 |
+
|
| 13 |
+
# Cite
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
@article{prastalo2026learning,
|
| 17 |
+
title={Beyond Learning on Molecules by Weakly Supervising on Molecules},
|
| 18 |
+
author={Gordan Prastalo and Kevin Maik Jablonka},
|
| 19 |
+
journal={arXiv preprint arXiv:2602.04696},
|
| 20 |
+
year={2026}
|
| 21 |
+
}
|
| 22 |
+
```
|