How to use Synthyra/DPLM2-150M with Transformers:
# Load model directly from transformers import EsmForDPLM2 model = EsmForDPLM2.from_pretrained("Synthyra/DPLM2-150M", trust_remote_code=True, dtype="auto")
The community tab is the place to discuss and collaborate with the HF community!