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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -4,9 +4,11 @@ tags:
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
 
 
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. Specifically, weights of the model after the following two stages are provided:
8
+ - Modality alignment: `pretrain/2024-02-06_18:12_helpful-field-81/checkpoint_1000.pt`
9
+ - DDI finetuning (on DrugBank DDI dataset, initialized with the above modality alignment weights): `DrugBank/split_by_pairs/{run_name}/checkpoint_700.pt`
10
+
11
+ Note that the five `run_name` folders are the same model trained with different seeds, stopped at the same epoch.
12
 
13
  Pretrained weights for individual modality encoders after modality adapation are provided in the [GitHub repo](https://github.com/mims-harvard/Madrigal).
14