Views
No views yet
pipeline artifact for biomolecular structure prediction, using the alphafold3 architecture.pipeline artifact.
The upstream model authors did not write this card unless explicitly stated otherwise.protenix_base_default_v0.5.0.pt| Field | Value |
|---|---|
| Repository | oteam/protenix-base |
| Artifact Kind | pipeline |
| Task | structure_prediction |
| Architecture | alphafold3 |
| Entrypoint | ofoldx.pipelines.structure_prediction.StructurePredictionPipeline |
| Source Checkpoint | protenix_base_default_v0.5.0.pt |
[!NOTE] Source checkpoint:protenix_base_default_v0.5.0.pt;v0.5.0is the upstream Protenix checkpoint release version, not part of the public repo id.
ofoldx/pipelines/structure_prediction.pyofoldx library. Install it with pip:pip install ofoldxoteam/protenix-base 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/protenix-base")AutoProcessor.from_pretrained(...) and pass the
processed batch to the model.structure_predictionpipelinealphafold3manifest.json, config.json, and model.safetensors when presentprotenix_base_default_v0.5.0 model is an AF3-shaped all-atom structure-prediction checkpoint. OFoldX converts protenix_base_default_v0.5.0.pt to the OFoldX artifact format; it does not retrain the model.1@article{protenix2025advancing,
2 author = {ByteDance AML AI4Science Team and Chen, Xinshi and Zhang, Yuxuan and Lu, Chan and Ma, Wenzhi and Guan, Jiaqi and Gong, Chengyue and Yang, Jincai and Zhang, Hanyu and Zhang, Ke and others},
3 title = {Protenix - Advancing Structure Prediction Through a Comprehensive AlphaFold3 Reproduction},
4 year = {2025},
5 doi = {10.1101/2025.01.08.631967},
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: Apache-2.0 for upstream Protenix code and model parameters. Review both OFoldX and upstream terms before redistribution or production use.