Update README.md
Browse files
README.md
CHANGED
|
@@ -63,9 +63,9 @@ pip install -r [requirements.txt](http://_vscodecontentref_/4)
|
|
| 63 |
|
| 64 |
### Example Use
|
| 65 |
|
| 66 |
-
Task 1: Molecule Sequence Generation
|
| 67 |
Generate new pseudo-Natural Product SMILES sequences using the pretrained model:
|
| 68 |
-
```
|
| 69 |
from mol_generation import run_generation
|
| 70 |
|
| 71 |
# Configure and run generation
|
|
@@ -83,7 +83,7 @@ Output: CSV file with columns [Molecule, Log-Likelihood]
|
|
| 83 |
|
| 84 |
Alternatively, use the CLI:
|
| 85 |
|
| 86 |
-
```
|
| 87 |
python3 main.py \
|
| 88 |
--task generate \
|
| 89 |
--model_names rozariwang/M1-AIS-rds \
|
|
|
|
| 63 |
|
| 64 |
### Example Use
|
| 65 |
|
| 66 |
+
Task 1: Molecule Sequence Generation \
|
| 67 |
Generate new pseudo-Natural Product SMILES sequences using the pretrained model:
|
| 68 |
+
```python
|
| 69 |
from mol_generation import run_generation
|
| 70 |
|
| 71 |
# Configure and run generation
|
|
|
|
| 83 |
|
| 84 |
Alternatively, use the CLI:
|
| 85 |
|
| 86 |
+
```bash
|
| 87 |
python3 main.py \
|
| 88 |
--task generate \
|
| 89 |
--model_names rozariwang/M1-AIS-rds \
|