Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- biology
|
4 |
+
---
|
5 |
+
# Madrigal
|
6 |
+
|
7 |
+
Madrigal is an open-source model for predicting drug combination outcomes from multimodal preclinical data. This repository provides the weights of the model as described in our [project page](https://zitniklab.hms.harvard.edu/projects/Madrigal/) and our paper. Specifically, weights of the model after the following two stages are provided:
|
8 |
+
- Modality alignment: `pretrain/2024-02-06_18%3A12_helpful-field-81/checkpoint_1000.pt`
|
9 |
+
- DDI finetuning (on DrugBank DDI dataset): `DrugBank/split_by_pairs/{run_name}/checkpoint_700.pt`
|
10 |
+
|
11 |
+
Pretrained weights for individual modality encoders after modality adapation are provided in the [GitHub repo](https://github.com/mims-harvard/Madrigal).
|
12 |
+
|
13 |
+
Please see our GitHub repo for file organization instructions after downloading. For more information on the model architecture, training, and evaluation, please see the [overview page](https://zitniklab.hms.harvard.edu/projects/Madrigal/) or the paper.
|
14 |
+
|
15 |
+
---
|
16 |
+
license: cc-by-4.0
|
17 |
+
---
|