Files changed (1) hide show
  1. Readme.md +0 -24
Readme.md DELETED
@@ -1,24 +0,0 @@
1
- # DiPro Checkpoints
2
-
3
- This repository contains the trained models for **Multimodal Disease Progression Modeling via Spatiotemporal Disentanglement and Multiscale Alignment**.
4
- Our paper is available at: [link to paper]
5
- The code is available at: [link to code]
6
-
7
- The model files are large (`.ckpt` format) and are managed using [Git LFS](https://git-lfs.github.com/).
8
-
9
- Models are organized in folders named according to the task: `disease_progression`, `mortality`, and `length_of_stay`.
10
- Within each task folder, models trained with **three different random seeds** are provided.
11
-
12
- ---
13
-
14
- ## Download the Models
15
-
16
- Use Git with Git LFS to clone the full repository:
17
-
18
- ```bash
19
- # Install Git LFS (if not already installed)
20
- git lfs install
21
-
22
- # Clone the repository
23
- git clone https://huggingface.co/Chenhihihi/DiPro_model.git
24
- ```