Yin Fang commited on
Commit
5689fa8
ยท
1 Parent(s): 590691c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -7,13 +7,13 @@ tags:
7
  - text-generation-inference
8
  ---
9
 
10
- ## Model description
11
  This repo contains a large molecular generative model built with molecular language SELFIES.
12
 
13
- ## Intended uses
14
  You can use the model to generate molecules from scratch (i.e., inputting the bos_token), or input a partial structure for the model to complete.
15
 
16
- ## How to use
17
  We have provided two types of examples. You can modify the input, generation parameters, etc., according to your needs.
18
 
19
  - Denovo molecule generation example:
@@ -80,7 +80,7 @@ import torch
80
  '[C][N][O][Ring1][Branch1][C][C][C][C][C][C][C][C]']
81
  ```
82
 
83
- ## Citation
84
  If you use our repository, please cite:
85
  ```bibtex
86
  @misc{molgen-7b,
 
7
  - text-generation-inference
8
  ---
9
 
10
+ ## ๐Ÿ’ก Model description
11
  This repo contains a large molecular generative model built with molecular language SELFIES.
12
 
13
+ ## ๐Ÿ” Intended uses
14
  You can use the model to generate molecules from scratch (i.e., inputting the bos_token), or input a partial structure for the model to complete.
15
 
16
+ ## ๐Ÿ› ๏ธ How to use
17
  We have provided two types of examples. You can modify the input, generation parameters, etc., according to your needs.
18
 
19
  - Denovo molecule generation example:
 
80
  '[C][N][O][Ring1][Branch1][C][C][C][C][C][C][C][C]']
81
  ```
82
 
83
+ ## ๐Ÿ“š Citation
84
  If you use our repository, please cite:
85
  ```bibtex
86
  @misc{molgen-7b,