Judah Immanuel
commited on
Commit
·
5911117
1
Parent(s):
28a496f
Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,7 @@ model-index:
|
|
5 |
- name: SMILES_BERT
|
6 |
results: []
|
7 |
widget:
|
8 |
-
- text:
|
9 |
-
- text: Oc1ccc2CC(N3C)C4C=CC(<mask>)C5Oc1c2C45CC3
|
10 |
pipeline_tag: fill-mask
|
11 |
---
|
12 |
|
@@ -14,16 +13,12 @@ pipeline_tag: fill-mask
|
|
14 |
|
15 |
A BERT model trained on a list of 50,000 SMILES for MLM
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
-
```
|
21 |
-
O=C([C@@H](c1ccc(cc1)O)N)N[C@@H]1C(=O)N2[C@@H]1SC([C@@H]2C(=O)O)(C)C
|
22 |
-
```
|
23 |
|
24 |
-
Morphine
|
25 |
```
|
26 |
-
|
27 |
```
|
28 |
|
29 |
## Model description
|
|
|
5 |
- name: SMILES_BERT
|
6 |
results: []
|
7 |
widget:
|
8 |
+
- text: COc(<mask>1)cccc1C#N
|
|
|
9 |
pipeline_tag: fill-mask
|
10 |
---
|
11 |
|
|
|
13 |
|
14 |
A BERT model trained on a list of 50,000 SMILES for MLM
|
15 |
|
16 |
+
Example:
|
17 |
|
18 |
+
3-cyanoanisole
|
|
|
|
|
|
|
19 |
|
|
|
20 |
```
|
21 |
+
COc(c1)cccc1C#N
|
22 |
```
|
23 |
|
24 |
## Model description
|