Encoder only version of the ANKH2 large model (paper not released yet for ANKH2). The encoder only version is ideal for protein representation tasks.

To download

from transformers import T5EncoderModel, AutoTokenizer

model_path = 'Synthyra/ANKH2_large'
model = T5EncoderModel.from_pretrained(model_path)
tokenizer = AutoTokenizer.from_pretrained(model_path)

We are working on implementing a version of T5 based PLMs with Flex attention once learned relative position bias is supported (used in T5). Stay tuned.

Downloads last month
36
Safetensors
Model size
1.15B params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Collection including Synthyra/ANKH2_large