simona-rc commited on
Commit
fecb4c6
1 Parent(s): db3d173

Update README.md

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