How to use Synthyra/DPLM2-3B with Transformers:
# Load model directly from transformers import EsmForDPLM2 model = EsmForDPLM2.from_pretrained("Synthyra/DPLM2-3B", trust_remote_code=True, dtype="auto")