Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ pp. 1256–1264.
|
|
36 |
- **Developers:** IBM Research
|
37 |
- **GitHub Repository:** https://github.com/BiomedSciAI/biomed-multi-alignment
|
38 |
- **Paper:** https://arxiv.org/abs/2410.22367
|
39 |
-
- **Release Date**:
|
40 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
41 |
|
42 |
## Usage
|
@@ -49,7 +49,7 @@ pip install git+https://github.com/BiomedSciAI/biomed-multi-alignment.git
|
|
49 |
|
50 |
A simple example for using `ibm/omics.bl.sm.ma-ted-458m.moleculenet_clintox_fda`:
|
51 |
|
52 |
-
```
|
53 |
from mammal.examples.molnet.molnet_infer import load_model, task_infer
|
54 |
|
55 |
smiles_seq = "C(Cl)Cl"
|
@@ -59,7 +59,7 @@ result = task_infer(task_dict=task_dict, smiles_seq=smiles_seq)
|
|
59 |
print(f"The prediction for {smiles_seq=} is {result}")
|
60 |
```
|
61 |
|
62 |
-
See our detailed example at:
|
63 |
|
64 |
|
65 |
## Citation
|
|
|
36 |
- **Developers:** IBM Research
|
37 |
- **GitHub Repository:** https://github.com/BiomedSciAI/biomed-multi-alignment
|
38 |
- **Paper:** https://arxiv.org/abs/2410.22367
|
39 |
+
- **Release Date**: Oct 28th, 2024
|
40 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
41 |
|
42 |
## Usage
|
|
|
49 |
|
50 |
A simple example for using `ibm/omics.bl.sm.ma-ted-458m.moleculenet_clintox_fda`:
|
51 |
|
52 |
+
```python
|
53 |
from mammal.examples.molnet.molnet_infer import load_model, task_infer
|
54 |
|
55 |
smiles_seq = "C(Cl)Cl"
|
|
|
59 |
print(f"The prediction for {smiles_seq=} is {result}")
|
60 |
```
|
61 |
|
62 |
+
See our detailed example at: `https://github.com/BiomedSciAI/biomed-multi-alignment`
|
63 |
|
64 |
|
65 |
## Citation
|