This model repository stores the SAAFEC-STAIR inference model weights as
PyTorch checkpoint files. The checkpoint files are used by the SAAFEC-STAIR
inference package for structure-based single- and double-mutation protein
folding free-energy change prediction.
The checkpoint files are intentionally distributed separately from the GitHub
source repository. They should be restored into the ignored local
assets/checkpoints/ paths before running inference.
1checkpoints/
2 single_mutation/
3 seeds/
4 seed_1337/phase1/checkpoints/best_head.pt
5 seed_2027/phase1/checkpoints/best_head.pt
6 seed_3407/phase1/checkpoints/best_head.pt
7 double_mutation/
8 best_double_mutation_package.pt
1hf download multiverse49/SAAFEC-STAIR-inference-checkpoints \
2 --local-dir SAAFEC-STAIR-inference-checkpoints
External third-party assets such as SaProt, ProteinMPNN, ThermoMPNN's pinned
ProteinMPNN utility module, and Foldseek are not included here. Restore those
from their official sources as described in the GitHub repository
documentation.