Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Synthyra
/
DPLM2-3B

Transformers
Safetensors
esm
protein-language-model
fastplms
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Synthyra/DPLM2-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Synthyra/DPLM2-3B with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, EsmForDPLM2
    
    tokenizer = AutoTokenizer.from_pretrained("Synthyra/DPLM2-3B", trust_remote_code=True)
    model = EsmForDPLM2.from_pretrained("Synthyra/DPLM2-3B", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
DPLM2-3B / fastplms
466 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lhallee's picture
lhallee
Update FastPLMs runtime and model cards
056184e verified 9 days ago
  • attention
    Update FastPLMs runtime and model cards 9 days ago
  • embeddings
    Update FastPLMs runtime and model cards 9 days ago
  • models
    Update FastPLMs runtime and model cards 9 days ago
  • __init__.py
    1.86 kB
    Update FastPLMs runtime and model cards 9 days ago
  • models.toml
    77 kB
    Update FastPLMs runtime files 11 days ago
  • registry.py
    60.1 kB
    Update FastPLMs runtime and model cards 9 days ago
  • runtime.py
    2.54 kB
    Update FastPLMs runtime and model cards 9 days ago