Views
No views yet
pipeline artifact for biomolecular design generation, using the boltzgen-structure-small architecture.pipeline artifact.
The upstream model authors did not write this card unless explicitly stated otherwise.boltzgen1_structuretrained_small.ckpt| Field | Value |
|---|---|
| Repository | oteam/boltzgen-structure-small |
| Artifact Kind | pipeline |
| Task | design_generation |
| Architecture | boltzgen-structure-small |
| Entrypoint | ofoldx.pipelines.design.DesignPipeline |
| Source Checkpoint | boltzgen1_structuretrained_small.ckpt |
[!NOTE] Source checkpoint:boltzgen1_structuretrained_small.ckpt.
ofoldx/pipelines/design.pyofoldx library. Install it with pip:pip install ofoldxoteam/boltzgen-structure-small with the OFoldX task pipeline. Use AutoModel or AutoProcessor only when you need lower-level control:1from ofoldx.pipelines import Pipeline
2
3pipeline = Pipeline.from_pretrained("oteam/boltzgen-structure-small")AutoProcessor.from_pretrained(...) and pass the
processed batch to the model.design_generationpipelineboltzgen-structure-smallmanifest.json, config.json, and model.safetensors when presenttargets.zip and msa.zip in the boltzgen/boltzgen1_train dataset and molecule dictionaries in boltzgen/inference-data; this artifact corresponds to the released small structure-trained checkpoint.1@article{stark2025boltzgen,
2 author = {Stark, Hannes and Faltings, Felix and Choi, MinGyu and Xie, Yuxin and Hur, Eunsu and O'Donnell, Timothy John and Bushuiev, Anton and Ucar, Talip and Passaro, Saro and Mao, Weian and others},
3 title = {BoltzGen: Toward Universal Binder Design},
4 year = {2025},
5 doi = {10.1101/2025.11.20.689494},
6 journal = {bioRxiv}
7}license metadata, when present, reflects the source checkpoint or upstream project license. The OFoldX project license is not yet finalized.
The source checkpoint is associated with the upstream license noted above: MIT for upstream BoltzGen code. Review both OFoldX and upstream terms before redistribution or production use.