SagiPolaczek
commited on
Commit
•
a694986
1
Parent(s):
6291a39
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ The syntax allows for dynamic combinations of tokens and scalars, enabling class
|
|
23 |
|
24 |
- **Developers:** IBM Research
|
25 |
- **GitHub Repository:** https://github.com/BiomedSciAI/biomed-multi-alignment
|
26 |
-
- **Paper:**
|
27 |
- **Release Date**: Oct 28th, 2024
|
28 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
29 |
|
@@ -45,6 +45,7 @@ from mammal.keys import *
|
|
45 |
|
46 |
# Load Model
|
47 |
model = Mammal.from_pretrained("ibm/biomed.omics.bl.sm.ma-ted-458m")
|
|
|
48 |
|
49 |
# Load Tokenizer
|
50 |
tokenizer_op = ModularTokenizerOp.from_pretrained("ibm/biomed.omics.bl.sm.ma-ted-458m")
|
@@ -88,10 +89,13 @@ For more advanced usage, see our detailed example at: <LINK>
|
|
88 |
|
89 |
If you found our work useful, please consider to give a star to the repo and cite our paper:
|
90 |
```
|
91 |
-
@
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
|
|
|
|
|
|
96 |
}
|
97 |
```
|
|
|
23 |
|
24 |
- **Developers:** IBM Research
|
25 |
- **GitHub Repository:** https://github.com/BiomedSciAI/biomed-multi-alignment
|
26 |
+
- **Paper:** https://arxiv.org/abs/2410.22367
|
27 |
- **Release Date**: Oct 28th, 2024
|
28 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
29 |
|
|
|
45 |
|
46 |
# Load Model
|
47 |
model = Mammal.from_pretrained("ibm/biomed.omics.bl.sm.ma-ted-458m")
|
48 |
+
model.eval()
|
49 |
|
50 |
# Load Tokenizer
|
51 |
tokenizer_op = ModularTokenizerOp.from_pretrained("ibm/biomed.omics.bl.sm.ma-ted-458m")
|
|
|
89 |
|
90 |
If you found our work useful, please consider to give a star to the repo and cite our paper:
|
91 |
```
|
92 |
+
@misc{shoshan2024mammalmolecularaligned,
|
93 |
+
title={MAMMAL -- Molecular Aligned Multi-Modal Architecture and Language},
|
94 |
+
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},
|
95 |
+
year={2024},
|
96 |
+
eprint={2410.22367},
|
97 |
+
archivePrefix={arXiv},
|
98 |
+
primaryClass={q-bio.QM},
|
99 |
+
url={https://arxiv.org/abs/2410.22367},
|
100 |
}
|
101 |
```
|