jasperhyp commited on
Commit
961e66f
·
verified ·
1 Parent(s): 86da3d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -9
README.md CHANGED
@@ -1,9 +1,17 @@
1
- # Model checkpoints for Madrigal
2
-
3
- GitHub repo: https://github.com/mims-harvard/Madrigal
4
-
5
- This repo contains first- (modality adapation) and second- (modality alignment) stage pretraining, and DDI finetuning (on DrugBank DDI dataset) checkpoints. See our GitHub for file organization after downloading.
6
-
7
- ---
8
- license: cc-by-4.0
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
+ ---