Standing
Established that language models trained on protein sequences produce features carrying structural information, and that the embeddings transfer to secondary structure and localisation prediction without alignments.
A family of transformers trained on UniRef and BFD with the objectives of their text counterparts. The T5 encoder is the part normally used, and its per-residue embeddings feed small supervised heads.
The first generation of protein language models that worked. Still a fair baseline, and still fast enough to be worth trying before reaching for something larger.
The reliable old lens. Sharper glass exists now, and this one still takes the picture.
Load the encoder half of ProtT5 and ignore the decoder. Almost nobody uses the full sequence-to-sequence model.
Established that language models trained on protein sequences produce features carrying structural information, and that the embeddings transfer to secondary structure and localisation prediction without alignments.
Older tokenisation and training data than the ESM line. For new work these are baselines rather than defaults.
| Repository | Size | Licence | Note |
|---|---|---|---|
| Rostlab/prot_t5_xl_uniref50 | 3B, encoder used alone | See model card | — |
| Rostlab/prot_bert | 420M | See model card | — |
Read enough proteins and structure falls out of the reading.
A bidirectional transformer trained to reconstruct masked amino acids from unaligned sequences.
Explore the architecture Protein language model2025Sequence, structure and function as one masked prediction.
A generative masked model over three parallel tracks.
Explore the architecture Protein language model2026The representation line, scaled further.
A transformer encoder with pre-layer-norm, rotary embeddings and SwiGLU activations, trained on sequences from UniRef, MGnify and the Joint Genome Institute clustered at 70 percent identity.
Read the entry