Chenhihihi commited on
Commit
9cd2b5b
·
verified ·
1 Parent(s): ec1d93a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: [https://arxiv.org/pdf/2510.11112]
5
+ The code is available at: [https://github.com/Chenliu-svg/DiPro]
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
+ # Clone the repository
22
+ git clone https://huggingface.co/Chenhihihi/DiPro_model.git
23
+ ```