Encoder only version of the ANKH base model (paper). The encoder only version is ideal for protein representation tasks.

To download

from transformers import T5EncoderModel, AutoTokenizer

model_path = 'Synthyra/ANKH_base'
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
12
Safetensors
Model size
453M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model’s pipeline type.

Collection including Synthyra/ANKH_base