Views
No views yet
| Size | Protein backbone | File | Weights |
|---|---|---|---|
| 8M | esm2_t6_8M_UR50D | checkpoints/8m/best.pt | 19 MB |
| 35M | esm2_t12_35M_UR50D | checkpoints/35m/best.pt | 38 MB |
| 150M | esm2_t30_150M_UR50D | checkpoints/150m/best.pt | 64 MB |
| 650M | esm2_t33_650M_UR50D | checkpoints/650m/best.pt | 97 MB |
HUBioDataLab/SELFormer (all sizes).model_state_dict + epoch + metrics); load with
strict=False into the bidirectional model. Download the size you need and pass it
to the training code as the pretrained checkpoint:1from huggingface_hub import hf_hub_download
2ckpt = hf_hub_download(REPO_ID, "checkpoints/150m/best.pt") # REPO_ID withheld for review