Four Fine-Tuning Strategies
Head Only (~50K params), LoRA (~600K), Partial (~5M) and Full (~93M) — each suited to a different dataset size.
Open-source framework
An open-source framework for fine-tuning and adapting pre-trained protein structure prediction models like OpenFold. Four fine-tuning strategies, a modular registry and experiment tracking built in.

Key capabilities
Head Only (~50K params), LoRA (~600K), Partial (~5M) and Full (~93M) — each suited to a different dataset size.
A registry of swappable components: attention mechanisms, block types, structure modules and embedders.
Native WandB, Comet, MLflow, Langfuse and HuggingFace integrations, with composite tracking to several at once.
Data loading, MSA handling, featurization, trajectory analysis and export to ONNX, TorchScript and the Hub.
Built on PyTorch 2.x with drop-in replacements for standard ops, GPU acceleration and zero-copy tensors.
Structure prediction models are trained on everything and specialised in nothing. MolFun makes it practical to specialise one on the system you actually care about, without rewriting the training stack.
Read the docsTechnology stack
It is open source and actively developed. Issues, ideas and collaborations are all welcome.