Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ This is polyBERT: A chemical language model to enable fully machine-driven ultra
|
|
24 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|
25 |
|
26 |
```
|
27 |
-
pip install
|
28 |
```
|
29 |
|
30 |
Then you can use the model like this:
|
@@ -80,7 +80,7 @@ print(fingerprints)
|
|
80 |
|
81 |
## Evaluation Results
|
82 |
|
83 |
-
See https://github.com/Ramprasad-Group/polyBERT
|
84 |
|
85 |
## Full Model Architecture
|
86 |
```
|
|
|
24 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|
25 |
|
26 |
```
|
27 |
+
pip install sentence-transformers
|
28 |
```
|
29 |
|
30 |
Then you can use the model like this:
|
|
|
80 |
|
81 |
## Evaluation Results
|
82 |
|
83 |
+
See https://github.com/Ramprasad-Group/polyBERT and paper on arXiv.
|
84 |
|
85 |
## Full Model Architecture
|
86 |
```
|