PyTorch
bert
mrdupont commited on
Commit
4871290
·
verified ·
1 Parent(s): ae5e838

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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