Yin Fang
commited on
Commit
ยท
5689fa8
1
Parent(s):
590691c
Update README.md
Browse files
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,
|