Views
No views yet
nayoung10/AtomMOF-ckpt1.
2├── bwdb
3│ ├── small.ckpt
4│ ├── medium.ckpt
5│ └── large.ckpt
6└── odac25
7 └── large.ckpt| File | Dataset | Model Size | Parameters |
|---|---|---|---|
bwdb/small.ckpt | BWDB | Small | 38.4M |
bwdb/medium.ckpt | BWDB | Medium | 129M |
bwdb/large.ckpt | BWDB | Large | 491M |
odac25/large.ckpt | ODAC25 | Large | 491M |
1git lfs install
2git clone https://huggingface.co/nayoung10/AtomMOF-ckpt1from huggingface_hub import hf_hub_download
2
3ckpt_path = hf_hub_download(
4 repo_id="nayoung10/AtomMOF-ckpt",
5 filename="bwdb/medium.ckpt",
6 repo_type="model",
7)
8print(ckpt_path).ckpt).small, medium, large).1@article{kim2026atommof,
2 title={AtomMOF: All-Atom Flow Matching for MOF-Adsorbate Structure Prediction},
3 author={Kim, Nayoung and Kim, Honghui and Yu, Sihyun and Kim, Minkyu and Kim, Seongsu and Ahn, Sungsoo},
4 journal={arXiv preprint arXiv:2602.07351},
5 year={2026}
6}