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
/
ESMFold2-300

Feature Extraction
Transformers
Safetensors
esmfold2
protein-language-model
fastplms
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Synthyra/ESMFold2-300 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Synthyra/ESMFold2-300", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Synthyra/ESMFold2-300", trust_remote_code=True)
    model = AutoModel.from_pretrained("Synthyra/ESMFold2-300", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESMFold2-300
717 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
lhallee's picture
lhallee
Record the current runtime bundle identity for the embedded confidence release
83fa5fc verified about 3 hours ago
  • LICENSES
    Publish ESMFold2 small backbone checkpoint with FastPLMs runtime 8 days ago
  • fastplms
    Sync current FastPLMs source, model cards and dependencies about 3 hours ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    14.2 kB
    Embed evaluated confidence head and publish current training metrics about 3 hours ago
  • THIRD_PARTY_NOTICES.md
    4.77 kB
    Publish ESMFold2 small backbone checkpoint with FastPLMs runtime 8 days ago
  • config.json
    3.21 kB
    Record the current runtime bundle identity for the embedded confidence release about 3 hours ago
  • fastplms_bundle.py
    436 kB
    Sync current FastPLMs source, model cards and dependencies about 3 hours ago
  • model.safetensors
    716 MB
    xet
    Embed evaluated confidence head and publish current training metrics about 3 hours ago
  • modeling_fastplms.py
    7.99 kB
    Sync current FastPLMs source, model cards and dependencies about 3 hours ago
  • preparation-record.json
    24.3 kB
    Record published checkpoint pins and validation status 8 days ago
  • requirements.txt
    450 Bytes
    Publish ESMFold2 small backbone checkpoint with FastPLMs runtime 8 days ago