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
/
ESMplusplus_small

Fill-Mask
Transformers
Safetensors
ESMplusplus
protein-language-model
fastplms
custom_code
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use Synthyra/ESMplusplus_small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Synthyra/ESMplusplus_small", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Synthyra/ESMplusplus_small", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESMplusplus_small / fastplms
446 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
lhallee's picture
lhallee
Update FastPLMs runtime files
f86b89b verified 4 days ago
  • attention
    Update FastPLMs runtime files 4 days ago
  • embeddings
    Update FastPLMs runtime files 4 days ago
  • models
    Update FastPLMs runtime files 4 days ago
  • __init__.py
    1.86 kB
    Update FastPLMs runtime files 4 days ago
  • kernels.lock
    6.15 kB
    Update FastPLMs runtime files 5 days ago
  • models.toml
    77 kB
    Update FastPLMs runtime files 5 days ago
  • registry.py
    60.1 kB
    Update FastPLMs runtime files 4 days ago
  • runtime.py
    2.54 kB
    Update FastPLMs runtime files 4 days ago