Judah Immanuel
commited on
Commit
·
ccc0170
1
Parent(s):
32122d0
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ model-index:
|
|
5 |
- name: SMILES_BERT
|
6 |
results: []
|
7 |
widget:
|
8 |
-
- text:
|
9 |
pipeline_tag: fill-mask
|
10 |
---
|
11 |
|
@@ -15,10 +15,10 @@ A BERT model trained on a list of 50,000 SMILES for MLM
|
|
15 |
|
16 |
Example:
|
17 |
|
18 |
-
|
19 |
|
20 |
```
|
21 |
-
|
22 |
```
|
23 |
|
24 |
## Model description
|
|
|
5 |
- name: SMILES_BERT
|
6 |
results: []
|
7 |
widget:
|
8 |
+
- text: CC(=O)NC1=CC<mask>C(C=C1)O
|
9 |
pipeline_tag: fill-mask
|
10 |
---
|
11 |
|
|
|
15 |
|
16 |
Example:
|
17 |
|
18 |
+
Acetaminophen
|
19 |
|
20 |
```
|
21 |
+
CC(=O)NC1=CC=C(C=C1)O
|
22 |
```
|
23 |
|
24 |
## Model description
|