Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,6 +32,7 @@ The models were pre-trained on SMILES strings from the [Enamine REAL Space](http
|
|
| 32 |
|
| 33 |
```python
|
| 34 |
from transformers import AutoModel
|
|
|
|
| 35 |
|
| 36 |
# Load the model
|
| 37 |
model = AutoModel.from_pretrained(
|
|
|
|
| 32 |
|
| 33 |
```python
|
| 34 |
from transformers import AutoModel
|
| 35 |
+
from smirk import SmirkTokenizerFast
|
| 36 |
|
| 37 |
# Load the model
|
| 38 |
model = AutoModel.from_pretrained(
|