ZJU-Fangyin commited on
Commit
df1516e
1 Parent(s): 5d63c09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -34,7 +34,11 @@ Molecule generation example:
34
  num_beams=5,
35
  past_prompt=None)
36
  >>> sf_output = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=True).replace(" ","") for g in molecules]
37
- ['[C][=C][C][=C][C][=C][Ring1][=Branch1]', '[C][=C][C][=C][C][=C][C][=C][Ring1][=Branch1]', '[C][=C][C][=C][C][=C][Ring1][=Branch1][C][=C][C][=C]', '[C][=C][C][=C][C][=C][Ring1][=Branch1][C@H1][C][=C][C]', '[C][=C][C][=C][C][=C][Ring1][=Branch1][C@H1][=C][C][=C]']
 
 
 
 
38
  ```
39
 
40
 
 
34
  num_beams=5,
35
  past_prompt=None)
36
  >>> sf_output = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=True).replace(" ","") for g in molecules]
37
+ ['[C][=C][C][=C][C][=C][Ring1][=Branch1]',
38
+ '[C][=C][C][=C][C][=C][C][=C][Ring1][=Branch1]',
39
+ '[C][=C][C][=C][C][=C][Ring1][=Branch1][C][=C][C][=C]',
40
+ '[C][=C][C][=C][C][=C][Ring1][=Branch1][C@H1][C][=C][C]',
41
+ '[C][=C][C][=C][C][=C][Ring1][=Branch1][C@H1][=C][C][=C]']
42
  ```
43
 
44