Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
This repository contains the model weights of the BERT model trained by predicting RDKit physio-chemical properties on 30% of the [GuacaMol](https://pubs.acs.org/doi/abs/10.1021/acs.jcim.8b00839) dataset.
|
| 5 |
-
Further information can be found in our publication.
|
| 6 |
|
| 7 |
```python
|
| 8 |
from transformers import AutoModel
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
This repository contains the model weights of the BERT model trained by predicting RDKit physio-chemical properties on 30% of the [GuacaMol](https://pubs.acs.org/doi/abs/10.1021/acs.jcim.8b00839) dataset.
|
| 5 |
+
Further information can be found in our [publication](https://arxiv.org/abs/2503.03360).
|
| 6 |
|
| 7 |
```python
|
| 8 |
from transformers import AutoModel
|