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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Synthyra
/
ESMplusplus_large

Fill-Mask
Transformers
Safetensors
ESMplusplus
custom_code
Model card Files Files and versions
xet
Community
9

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

  • Libraries
  • Transformers

    How to use Synthyra/ESMplusplus_large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Synthyra/ESMplusplus_large", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Synthyra/ESMplusplus_large", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESMplusplus_large
2.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 45 commits
lhallee's picture
lhallee
Upload LICENSE with huggingface_hub
e1691c7 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LICENSE
    21.3 kB
    Upload LICENSE with huggingface_hub about 1 year ago
  • NOTICE.txt
    21.2 kB
    Update NOTICE.txt over 1 year ago
  • README.md
    7.29 kB
    Upload README.md with huggingface_hub about 1 year ago
  • config.json
    660 Bytes
    Update config.json over 1 year ago
  • model.safetensors
    2.3 GB
    xet
    Upload ESMplusplusForMaskedLM over 1 year ago
  • modeling_esm_plusplus.py
    42.1 kB
    Upload modeling_esm_plusplus.py with huggingface_hub over 1 year ago