Boyoungc commited on
Commit
8c1abe3
·
verified ·
1 Parent(s): cc921c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: agpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ ---
4
+ Model Card for PAST
5
+ This modelcard aims to provide a foundation model that jointly integrates histopathology images and single-cell transcriptomes [PAST](https://github.com/Changchun-Yang/past-sc).
6
+
7
+ This is the official pretraining weight for [PAST paper](https://arxiv.org/pdf/2507.06418).
8
+
9
+ ## Citation
10
+
11
+ If you use this model, please cite:
12
+
13
+ ```bibtex
14
+ @article{yang2025past,
15
+ title={Past: A multimodal single-cell foundation model for histopathology and spatial transcriptomics in cancer},
16
+ author={Yang, Changchun and Li, Haoyang and Wu, Yushuai and Zhang, Yilan and Jiao, Yifeng and Zhang, Yu and Huang, Rihan and Cheng, Yuan and Qi, Yuan and Guo, Xin and others},
17
+ journal={arXiv preprint arXiv:2507.06418},
18
+ year={2025}
19
+ }