SagiPolaczek
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ Data retrieved from: https://zenodo.org/records/1162886
|
|
21 |
|
22 |
- **Developers:** IBM Research
|
23 |
- **GitHub Repository:** https://github.com/BiomedSciAI/biomed-multi-alignment
|
24 |
-
- **Paper:**
|
25 |
- **Release Date**: Oct 28th, 2024
|
26 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
27 |
|
@@ -45,6 +45,7 @@ from mammal.model import Mammal
|
|
45 |
|
46 |
# Load Model
|
47 |
model = Mammal.from_pretrained("ibm/biomed.omics.bl.sm.ma-ted-458m.protein_solubility")
|
|
|
48 |
|
49 |
# Load Tokenizer
|
50 |
tokenizer_op = ModularTokenizerOp.from_pretrained("ibm/biomed.omics.bl.sm.ma-ted-458m.protein_solubility")
|
@@ -84,10 +85,13 @@ For more advanced usage, see our detailed example at: on `https://github.com/Bio
|
|
84 |
|
85 |
If you found our work useful, please consider giving a star to the repo and cite our paper:
|
86 |
```
|
87 |
-
@
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
|
|
|
|
|
|
92 |
}
|
93 |
```
|
|
|
21 |
|
22 |
- **Developers:** IBM Research
|
23 |
- **GitHub Repository:** https://github.com/BiomedSciAI/biomed-multi-alignment
|
24 |
+
- **Paper:** https://arxiv.org/abs/2410.22367
|
25 |
- **Release Date**: Oct 28th, 2024
|
26 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
27 |
|
|
|
45 |
|
46 |
# Load Model
|
47 |
model = Mammal.from_pretrained("ibm/biomed.omics.bl.sm.ma-ted-458m.protein_solubility")
|
48 |
+
model.eval()
|
49 |
|
50 |
# Load Tokenizer
|
51 |
tokenizer_op = ModularTokenizerOp.from_pretrained("ibm/biomed.omics.bl.sm.ma-ted-458m.protein_solubility")
|
|
|
85 |
|
86 |
If you found our work useful, please consider giving a star to the repo and cite our paper:
|
87 |
```
|
88 |
+
@misc{shoshan2024mammalmolecularaligned,
|
89 |
+
title={MAMMAL -- Molecular Aligned Multi-Modal Architecture and Language},
|
90 |
+
author={Yoel Shoshan and Moshiko Raboh and Michal Ozery-Flato and Vadim Ratner and Alex Golts and Jeffrey K. Weber and Ella Barkan and Simona Rabinovici-Cohen and Sagi Polaczek and Ido Amos and Ben Shapira and Liam Hazan and Matan Ninio and Sivan Ravid and Michael M. Danziger and Joseph A. Morrone and Parthasarathy Suryanarayanan and Michal Rosen-Zvi and Efrat Hexter},
|
91 |
+
year={2024},
|
92 |
+
eprint={2410.22367},
|
93 |
+
archivePrefix={arXiv},
|
94 |
+
primaryClass={q-bio.QM},
|
95 |
+
url={https://arxiv.org/abs/2410.22367},
|
96 |
}
|
97 |
```
|