Judah Immanuel commited on
Commit
5911117
1 Parent(s): 28a496f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -5,8 +5,7 @@ model-index:
5
  - name: SMILES_BERT
6
  results: []
7
  widget:
8
- - text: O=C([C@@H](c1<mask>(cc1)O)N)N[C@@H]1C(=O)N2[C@@H]1SC([C@@H]2C(=O)O)(C)C
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
- Examples:
18
 
19
- Amoxicillin
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
- Oc1ccc2CC(N3C)C4C=CC(O)C5Oc1c2C45CC3
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