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-600

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

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

  • Libraries
  • Transformers

    How to use Synthyra/ESMFold2-600 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Synthyra/ESMFold2-600", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Synthyra/ESMFold2-600", trust_remote_code=True)
    model = AutoModel.from_pretrained("Synthyra/ESMFold2-600", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESMFold2-600
686 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
lhallee's picture
lhallee
Update FastPLMs runtime and model cards
d41470d verified 4 days ago
  • LICENSES
    Publish ESMFold2 small backbone checkpoint with FastPLMs runtime 4 days ago
  • fastplms
    Update FastPLMs runtime and model cards 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    9.59 kB
    Update FastPLMs runtime and model cards 4 days ago
  • THIRD_PARTY_NOTICES.md
    4.77 kB
    Publish ESMFold2 small backbone checkpoint with FastPLMs runtime 4 days ago
  • config.json
    2.96 kB
    Record published checkpoint pins and validation status 4 days ago
  • fastplms_bundle.py
    397 kB
    Update FastPLMs runtime and model cards 4 days ago
  • model.safetensors
    685 MB
    xet
    Publish ESMFold2 small backbone checkpoint with FastPLMs runtime 4 days ago
  • modeling_fastplms.py
    7.99 kB
    Update FastPLMs runtime and model cards 4 days ago
  • preparation-record.json
    24.3 kB
    Record published checkpoint pins and validation status 4 days ago
  • requirements.txt
    450 Bytes
    Publish ESMFold2 small backbone checkpoint with FastPLMs runtime 4 days ago