xiaoyunw/force-field-guidance-checkpoints
0
Force-Field-Guided Protein-Ligand Generation — Checkpoints
Model checkpoints accompanying the paper "Improving protein-ligand complex generation with force field guidance" (Lai et al., 2025).
- Code: https://github.com/wangxiaoyunNV/NV-AZ-DrugDiscovery
- Paper: https://openreview.net/forum?id=oGywgZ5dR8
Contents
The SemlaFlow optimizer state (~452 MB) used for resuming training is not included — it isn't needed to reproduce the paper results. Contact the authors if you need it.
Usage
From the project repo, run:
python download_checkpoints.pyOr, manually:
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="xiaoyunw/force-field-guidance-checkpoints",
local_dir=".",
local_dir_use_symlinks=False,
)This places files under edm/checkpoints/ and semlaflow/checkpoints/, matching the paths expected by the generation scripts.
License
Apache 2.0, matching the code repository.
