simona-rc commited on
Commit
7f7d369
1 Parent(s): 3e6e3a3

Update README.md

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