Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: jax
|
| 6 |
+
tags:
|
| 7 |
+
- perturbation-prediction
|
| 8 |
+
- prior-data-fitted-networks
|
| 9 |
+
- in-context-learning
|
| 10 |
+
- single-cell
|
| 11 |
+
- causal-inference
|
| 12 |
+
- diffusion-transformer
|
| 13 |
+
datasets:
|
| 14 |
+
- marvinsxtr/MapPFN
|
| 15 |
+
pipeline_tag: other
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# MapPFN Weights
|
| 19 |
+
|
| 20 |
+
Pre-trained and fine-tuned checkpoints for [MapPFN: Learning Causal Perturbation Maps in Context](https://arxiv.org/abs/2601.21092) (Sextro et al., 2026).
|
| 21 |
+
|
| 22 |
+
## Checkpoints
|
| 23 |
+
|
| 24 |
+
- `model.ckpt` — Pre-trained on synthetic biological prior (50 dimensions, 400k steps)
|
| 25 |
+
- `model_finetuned_frangieh.ckpt` — Fine-tuned on [Frangieh et al. (2021)](https://doi.org/10.1038/s41588-021-00779-1)
|
| 26 |
+
- `model_finetuned_papalexi.ckpt` — Fine-tuned on [Papalexi et al. (2021)](https://doi.org/10.1038/s41588-021-00778-2)
|
| 27 |
+
|
| 28 |
+
All checkpoints share the same MMDiT architecture (~25M parameters) and differ only in training data. See the [GitHub repository](https://github.com/marvinsxtr/MapPFN) for inference and fine-tuning code.
|
| 29 |
+
|
| 30 |
+
## Citation
|
| 31 |
+
|
| 32 |
+
```bibtex
|
| 33 |
+
@article{sextro2026mappfn,
|
| 34 |
+
title = {{MapPFN}: Learning Causal Perturbation Maps in Context},
|
| 35 |
+
author = {Sextro, Marvin and K\l{}os, Weronika and Dernbach, Gabriel},
|
| 36 |
+
journal = {arXiv preprint arXiv:2601.21092},
|
| 37 |
+
year = {2026}
|
| 38 |
+
}
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
**Links:** [Paper](https://arxiv.org/abs/2601.21092) | [Code](https://github.com/marvinsxtr/MapPFN) | [Datasets](https://huggingface.co/datasets/marvinsxtr/MapPFN) | [Project Page](https://marvinsxtr.github.io/MapPFN)
|